Html Css Color HEX #AF8018 Dark Goldenrod

📋 copy color: '#AF8018'

red 175 ◦ green 128 ◦ blue 24

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

Shades of Dark Goldenrod #AF8018

Tints of Dark Goldenrod #AF8018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.14%

 BLUE value IS 24 (9.77% from 255) = 7.34%

R = 53.52%
G = 39.14%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF8018 (or 0xAF8018) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 18. RGB value is (175,128,24). Sum of RGB (Red+Green+Blue) = 175+128+24=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8018 is #507FE7. Grayscale: #828282. Windows color (decimal): -5275624 or 1605807. OLE color: 1605807.

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

Color convert

RGB 175 128 24 -
CMYK 0 0.27 0.86 0.31
HSL 41.32º 0.76% 0.39% -
HSV(B) 41.32º 0.86% 0.69% -
XYZ 25.56 24.62 4.27 -
YUV 130.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 175 128 24 0 0.27 0.86 0.31 41.32 0.76 0.39
Hex AF 80 18 0 1B 56 1F 29 4C 27
Octal 257 200 30 0 33 126 37 51 114 47
Binary 10101111 10000000 11000 0 11011 1010110 11111 101001 1001100 100111

Color Harmonies of #AF8018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8018

Black with #AF8018

Text Example


Text Example

White with #AF8018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8018; }

 p { color: rgb(175,128,24); }

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

background-color css

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

 a { background-color: rgb(175,128,24); }

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

border-color css

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

 span { border-color: rgb(175,128,24); }

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