Html Css Color HEX #AF8B18 Dark Goldenrod

📋 copy color: '#AF8B18'

red 175 ◦ green 139 ◦ blue 24

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

Shades of Dark Goldenrod #AF8B18

Tints of Dark Goldenrod #AF8B18

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.12%

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

R = 51.78%
G = 41.12%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF8B18 (or 0xAF8B18) is known color: Dark Goldenrod. HEX triplet: AF, 8B and 18. RGB value is (175,139,24). Sum of RGB (Red+Green+Blue) = 175+139+24=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8B18 is #5074E7. Grayscale: #898989. Windows color (decimal): -5272808 or 1608623. OLE color: 1608623.

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

Color convert

RGB 175 139 24 -
CMYK 0 0.21 0.86 0.31
HSL 45.7º 0.76% 0.39% -
HSV(B) 45.7º 0.86% 0.69% -
XYZ 27.08 27.65 4.77 -
YUV 136.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 175 139 24 0 0.21 0.86 0.31 45.7 0.76 0.39
Hex AF 8B 18 0 15 56 1F 2E 4C 27
Octal 257 213 30 0 25 126 37 56 114 47
Binary 10101111 10001011 11000 0 10101 1010110 11111 101110 1001100 100111

Color Harmonies of #AF8B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8B18

Black with #AF8B18

Text Example


Text Example

White with #AF8B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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