Html Css Color HEX #AF8002 Dark Goldenrod

📋 copy color: '#AF8002'

red 175 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #AF8002

Tints of Dark Goldenrod #AF8002

RGB

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

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

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

R = 57.38%
G = 41.97%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF8002 (or 0xAF8002) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 02. RGB value is (175,128,2). Sum of RGB (Red+Green+Blue) = 175+128+2=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8002 is #507FFD. Grayscale: #808080. Windows color (decimal): -5275646 or 164015. OLE color: 164015.

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

Color convert

RGB 175 128 2 -
CMYK 0 0.27 0.99 0.31
HSL 43.7º 0.98% 0.35% -
HSV(B) 43.7º 0.99% 0.69% -
XYZ 25.41 24.56 3.46 -
YUV 127.69 57.07 161.75 -
System Red Green Blue C M Y K H S L
Decimal 175 128 2 0 0.27 0.99 0.31 43.7 0.98 0.35
Hex AF 80 2 0 1B 63 1F 2C 62 23
Octal 257 200 2 0 33 143 37 54 142 43
Binary 10101111 10000000 10 0 11011 1100011 11111 101100 1100010 100011

Color Harmonies of #AF8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8002

Black with #AF8002

Text Example


Text Example

White with #AF8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8002; }

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

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

background-color css

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

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

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

border-color css

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

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

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