Html Css Color HEX #AF700E Dark Goldenrod

📋 copy color: '#AF700E'

red 175 ◦ green 112 ◦ blue 14

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

Shades of Dark Goldenrod #AF700E

Tints of Dark Goldenrod #AF700E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.65%

R = 58.14%
G = 37.21%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF700E (or 0xAF700E) is known color: Dark Goldenrod. HEX triplet: AF, 70 and 0E. RGB value is (175,112,14). Sum of RGB (Red+Green+Blue) = 175+112+14=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF700E is #508FF1. Grayscale: #787878. Windows color (decimal): -5279730 or 946351. OLE color: 946351.

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

Color convert

RGB 175 112 14 -
CMYK 0 0.36 0.92 0.31
HSL 36.52º 0.85% 0.37% -
HSV(B) 36.52º 0.92% 0.69% -
XYZ 23.55 20.73 3.18 -
YUV 119.67 68.37 167.47 -
System Red Green Blue C M Y K H S L
Decimal 175 112 14 0 0.36 0.92 0.31 36.52 0.85 0.37
Hex AF 70 E 0 24 5C 1F 25 55 25
Octal 257 160 16 0 44 134 37 45 125 45
Binary 10101111 1110000 1110 0 100100 1011100 11111 100101 1010101 100101

Color Harmonies of #AF700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF700E

Black with #AF700E

Text Example


Text Example

White with #AF700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF700E; }

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

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

background-color css

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

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

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

border-color css

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

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

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