Html Css Color HEX #AF8416 Dark Goldenrod

📋 copy color: '#AF8416'

red 175 ◦ green 132 ◦ blue 22

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

Shades of Dark Goldenrod #AF8416

Tints of Dark Goldenrod #AF8416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 53.19%
G = 40.12%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF8416 (or 0xAF8416) is known color: Dark Goldenrod. HEX triplet: AF, 84 and 16. RGB value is (175,132,22). Sum of RGB (Red+Green+Blue) = 175+132+22=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8416 is #507BE9. Grayscale: #848484. Windows color (decimal): -5274602 or 1475759. OLE color: 1475759.

HSL color Cylindrical-coordinate representation of color #AF8416: hue angle of 43.14º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF8416 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 22 -
CMYK 0 0.25 0.87 0.31
HSL 43.14º 0.78% 0.39% -
HSV(B) 43.14º 0.87% 0.69% -
XYZ 26.08 25.67 4.34 -
YUV 132.32 65.75 158.44 -
System Red Green Blue C M Y K H S L
Decimal 175 132 22 0 0.25 0.87 0.31 43.14 0.78 0.39
Hex AF 84 16 0 19 57 1F 2B 4E 27
Octal 257 204 26 0 31 127 37 53 116 47
Binary 10101111 10000100 10110 0 11001 1010111 11111 101011 1001110 100111

Color Harmonies of #AF8416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8416

Black with #AF8416

Text Example


Text Example

White with #AF8416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8416; }

 p { color: rgb(175,132,22); }

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

background-color css

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

 a { background-color: rgb(175,132,22); }

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

border-color css

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

 span { border-color: rgb(175,132,22); }

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