Html Css Color HEX #AF9802 Dark Goldenrod

📋 copy color: '#AF9802'

red 175 ◦ green 152 ◦ blue 2

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

Shades of Dark Goldenrod #AF9802

Tints of Dark Goldenrod #AF9802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.2%

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

R = 53.19%
G = 46.2%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF9802 (or 0xAF9802) is known color: Dark Goldenrod. HEX triplet: AF, 98 and 02. RGB value is (175,152,2). Sum of RGB (Red+Green+Blue) = 175+152+2=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9802 is #5067FD. Grayscale: #8E8E8E. Windows color (decimal): -5269502 or 170159. OLE color: 170159.

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

Color convert

RGB 175 152 2 -
CMYK 0 0.13 0.99 0.31
HSL 52.02º 0.98% 0.35% -
HSV(B) 52.02º 0.99% 0.69% -
XYZ 28.92 31.57 4.63 -
YUV 141.78 49.12 151.7 -
System Red Green Blue C M Y K H S L
Decimal 175 152 2 0 0.13 0.99 0.31 52.02 0.98 0.35
Hex AF 98 2 0 D 63 1F 34 62 23
Octal 257 230 2 0 15 143 37 64 142 43
Binary 10101111 10011000 10 0 1101 1100011 11111 110100 1100010 100011

Color Harmonies of #AF9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9802

Black with #AF9802

Text Example


Text Example

White with #AF9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9802; }

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

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

background-color css

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

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

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

border-color css

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

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

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