Html Css Color HEX #AF710F Dark Goldenrod

📋 copy color: '#AF710F'

red 175 ◦ green 113 ◦ blue 15

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

Shades of Dark Goldenrod #AF710F

Tints of Dark Goldenrod #AF710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 57.76%
G = 37.29%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF710F (or 0xAF710F) is known color: Dark Goldenrod. HEX triplet: AF, 71 and 0F. RGB value is (175,113,15). Sum of RGB (Red+Green+Blue) = 175+113+15=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF710F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF710F is #508EF0. Grayscale: #787878. Windows color (decimal): -5279473 or 1012143. OLE color: 1012143.

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

Color convert

RGB 175 113 15 -
CMYK 0 0.35 0.91 0.31
HSL 36.75º 0.84% 0.37% -
HSV(B) 36.75º 0.91% 0.69% -
XYZ 23.67 20.96 3.25 -
YUV 120.37 68.54 166.97 -
System Red Green Blue C M Y K H S L
Decimal 175 113 15 0 0.35 0.91 0.31 36.75 0.84 0.37
Hex AF 71 F 0 23 5B 1F 25 54 25
Octal 257 161 17 0 43 133 37 45 124 45
Binary 10101111 1110001 1111 0 100011 1011011 11111 100101 1010100 100101

Color Harmonies of #AF710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF710F

Black with #AF710F

Text Example


Text Example

White with #AF710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF710F; }

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

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

background-color css

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

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

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

border-color css

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

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

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