Html Css Color HEX #AF710A Dark Goldenrod

📋 copy color: '#AF710A'

red 175 ◦ green 113 ◦ blue 10

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

Shades of Dark Goldenrod #AF710A

Tints of Dark Goldenrod #AF710A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.36%

R = 58.72%
G = 37.92%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF710A (or 0xAF710A) is known color: Dark Goldenrod. HEX triplet: AF, 71 and 0A. RGB value is (175,113,10). Sum of RGB (Red+Green+Blue) = 175+113+10=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF710A is #508EF5. Grayscale: #787878. Windows color (decimal): -5279478 or 684463. OLE color: 684463.

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

Color convert

RGB 175 113 10 -
CMYK 0 0.35 0.94 0.31
HSL 37.45º 0.89% 0.36% -
HSV(B) 37.45º 0.94% 0.69% -
XYZ 23.64 20.95 3.08 -
YUV 119.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 175 113 10 0 0.35 0.94 0.31 37.45 0.89 0.36
Hex AF 71 A 0 23 5E 1F 25 59 24
Octal 257 161 12 0 43 136 37 45 131 44
Binary 10101111 1110001 1010 0 100011 1011110 11111 100101 1011001 100100

Color Harmonies of #AF710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF710A

Black with #AF710A

Text Example


Text Example

White with #AF710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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