Html Css Color HEX #AF700C Dark Goldenrod

📋 copy color: '#AF700C'

red 175 ◦ green 112 ◦ blue 12

#AF700C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AF700C

Tints of Dark Goldenrod #AF700C

RGB

 RED value IS 175 (68.75% from 255) = 58.53%

 GREEN value IS 112 (44.14% from 255) = 37.46%

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 58.53%
G = 37.46%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF700C (or 0xAF700C) is known color: Dark Goldenrod. HEX triplet: AF, 70 and 0C. RGB value is (175,112,12). Sum of RGB (Red+Green+Blue) = 175+112+12=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF700C is #508FF3. Grayscale: #777777. Windows color (decimal): -5279732 or 815279. OLE color: 815279.

HSL color Cylindrical-coordinate representation of color #AF700C: hue angle of 36.81º degrees, saturation: 0.87, 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 #AF700C is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 12 -
CMYK 0 0.36 0.93 0.31
HSL 36.81º 0.87% 0.37% -
HSV(B) 36.81º 0.93% 0.69% -
XYZ 23.54 20.73 3.11 -
YUV 119.44 67.37 167.63 -
System Red Green Blue C M Y K H S L
Decimal 175 112 12 0 0.36 0.93 0.31 36.81 0.87 0.37
Hex AF 70 C 0 24 5D 1F 25 57 25
Octal 257 160 14 0 44 135 37 45 127 45
Binary 10101111 1110000 1100 0 100100 1011101 11111 100101 1010111 100101

Color Harmonies of #AF700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF700C

Black with #AF700C

Text Example


Text Example

White with #AF700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF700C; }

 p { color: rgb(175,112,12); }

 H1.HeaderClassName
 {
   color: #AF700C;
 }
 .AnyTagClassName
 {
   color: #AF700C;
 }
</style>

background-color css

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

 a { background-color: rgb(175,112,12); }

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

border-color css

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

 span { border-color: rgb(175,112,12); }

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