Html Css Color HEX #AF7111 Dark Goldenrod

📋 copy color: '#AF7111'

red 175 ◦ green 113 ◦ blue 17

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

Shades of Dark Goldenrod #AF7111

Tints of Dark Goldenrod #AF7111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.57%

R = 57.38%
G = 37.05%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF7111 (or 0xAF7111) is known color: Dark Goldenrod. HEX triplet: AF, 71 and 11. RGB value is (175,113,17). Sum of RGB (Red+Green+Blue) = 175+113+17=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7111 is #508EEE. Grayscale: #797979. Windows color (decimal): -5279471 or 1143215. OLE color: 1143215.

HSL color Cylindrical-coordinate representation of color #AF7111: hue angle of 36.46º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF7111 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 17 -
CMYK 0 0.35 0.90 0.31
HSL 36.46º 0.82% 0.38% -
HSV(B) 36.46º 0.9% 0.69% -
XYZ 23.69 20.96 3.33 -
YUV 120.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 175 113 17 0 0.35 0.90 0.31 36.46 0.82 0.38
Hex AF 71 11 0 23 5A 1F 24 52 26
Octal 257 161 21 0 43 132 37 44 122 46
Binary 10101111 1110001 10001 0 100011 1011010 11111 100100 1010010 100110

Color Harmonies of #AF7111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7111

Black with #AF7111

Text Example


Text Example

White with #AF7111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7111; }

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

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

background-color css

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

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

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

border-color css

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

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

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