Html Css Color HEX #AF8D02 Dark Goldenrod

📋 copy color: '#AF8D02'

red 175 ◦ green 141 ◦ blue 2

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

Shades of Dark Goldenrod #AF8D02

Tints of Dark Goldenrod #AF8D02

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.34%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 55.03%
G = 44.34%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF8D02 (or 0xAF8D02) is known color: Dark Goldenrod. HEX triplet: AF, 8D and 02. RGB value is (175,141,2). Sum of RGB (Red+Green+Blue) = 175+141+2=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8D02 is #5072FD. Grayscale: #878787. Windows color (decimal): -5272318 or 167343. OLE color: 167343.

HSL color Cylindrical-coordinate representation of color #AF8D02: hue angle of 48.21º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF8D02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 141 2 -
CMYK 0 0.19 0.99 0.31
HSL 48.21º 0.98% 0.35% -
HSV(B) 48.21º 0.99% 0.69% -
XYZ 27.22 28.17 4.06 -
YUV 135.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 175 141 2 0 0.19 0.99 0.31 48.21 0.98 0.35
Hex AF 8D 2 0 13 63 1F 30 62 23
Octal 257 215 2 0 23 143 37 60 142 43
Binary 10101111 10001101 10 0 10011 1100011 11111 110000 1100010 100011

Color Harmonies of #AF8D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D02

Black with #AF8D02

Text Example


Text Example

White with #AF8D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D02; }

 p { color: rgb(175,141,2); }

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

background-color css

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

 a { background-color: rgb(175,141,2); }

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

border-color css

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

 span { border-color: rgb(175,141,2); }

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