Html Css Color HEX #AF7E11 Dark Goldenrod

📋 copy color: '#AF7E11'

red 175 ◦ green 126 ◦ blue 17

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

Shades of Dark Goldenrod #AF7E11

Tints of Dark Goldenrod #AF7E11

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.62%

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

R = 55.03%
G = 39.62%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF7E11 (or 0xAF7E11) is known color: Dark Goldenrod. HEX triplet: AF, 7E and 11. RGB value is (175,126,17). Sum of RGB (Red+Green+Blue) = 175+126+17=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7E11 is #5081EE. Grayscale: #808080. Windows color (decimal): -5276143 or 1146543. OLE color: 1146543.

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

Color convert

RGB 175 126 17 -
CMYK 0 0.28 0.90 0.31
HSL 41.39º 0.82% 0.38% -
HSV(B) 41.39º 0.9% 0.69% -
XYZ 25.24 24.08 3.85 -
YUV 128.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 175 126 17 0 0.28 0.90 0.31 41.39 0.82 0.38
Hex AF 7E 11 0 1C 5A 1F 29 52 26
Octal 257 176 21 0 34 132 37 51 122 46
Binary 10101111 1111110 10001 0 11100 1011010 11111 101001 1010010 100110

Color Harmonies of #AF7E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E11

Black with #AF7E11

Text Example


Text Example

White with #AF7E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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