Html Css Color HEX #AF710E Dark Goldenrod

📋 copy color: '#AF710E'

red 175 ◦ green 113 ◦ blue 14

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

Shades of Dark Goldenrod #AF710E

Tints of Dark Goldenrod #AF710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

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

R = 57.95%
G = 37.42%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF710E (or 0xAF710E) is known color: Dark Goldenrod. HEX triplet: AF, 71 and 0E. RGB value is (175,113,14). Sum of RGB (Red+Green+Blue) = 175+113+14=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF710E is #508EF1. Grayscale: #787878. Windows color (decimal): -5279474 or 946607. OLE color: 946607.

HSL color Cylindrical-coordinate representation of color #AF710E: hue angle of 36.89º 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 #AF710E is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 14 -
CMYK 0 0.35 0.92 0.31
HSL 36.89º 0.85% 0.37% -
HSV(B) 36.89º 0.92% 0.69% -
XYZ 23.66 20.96 3.21 -
YUV 120.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 175 113 14 0 0.35 0.92 0.31 36.89 0.85 0.37
Hex AF 71 E 0 23 5C 1F 25 55 25
Octal 257 161 16 0 43 134 37 45 125 45
Binary 10101111 1110001 1110 0 100011 1011100 11111 100101 1010101 100101

Color Harmonies of #AF710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF710E

Black with #AF710E

Text Example


Text Example

White with #AF710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF710E; }

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

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

background-color css

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

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

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

border-color css

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

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

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