#af670d

Color #AF670D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AF670D

Tints of Golden Brown #AF670D

Color information

#AF670D (or 0xAF670D) is unknown color: approx Golden Brown. HEX triplet: AF, 67 and 0D. RGB value is (175,103,13). Sum of RGB (Red+Green+Blue) = 175+103+13=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF670D is #5098F2. Grayscale: #727272. Windows color (decimal): -5282035 or 878511. OLE color: 878511.

HSL color Cylindrical-coordinate representation of color #AF670D: hue angle of 33.33º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF670D is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17510313-
CMYK00.410.930.31
HSL33.33º86.17%36.86%-
HSV(B)33.33º92.57%68.63%-
XYZ22.618.842.83-
YUV114.2770.85171.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 60.14%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 13 (5.47% from 255) = 4.47%
R=60.14%
G=35.40%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751031300.410.930.3133.3386.1736.86
HexAF67D0295D1F215625
Octal25714715051135374112645
Binary101011111100111110101010011011101111111000011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af670d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af670d; }

 p { color: rgb(175,103,13); }

 H1.HeaderClassName
 {
   color: #af670d;
 }
 .AnyTagClassName
 {
   color: #af670d;
 }
</style>
background-color css

<style>
 a { background-color: #af670d; }

 a { background-color: rgb(175,103,13); }

 div.DivClassName
 {
   background-color: #af670d;
 }
 .BgClassName
 {
   background-color: #af670d;
 }
</style>
border-color css

<style>
 span { border-color: #af670d; }

 span { border-color: rgb(175,103,13); }

 td.TdClassName
 {
   border-color: #af670d;
 }
 .TagClassName
 {
   border-color: #af670d;
 }
</style>