Html Css Color HEX #AF8202 Dark Goldenrod

📋 copy color: '#AF8202'

red 175 ◦ green 130 ◦ blue 2

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

Shades of Dark Goldenrod #AF8202

Tints of Dark Goldenrod #AF8202

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

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

R = 57%
G = 42.35%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF8202 (or 0xAF8202) is known color: Dark Goldenrod. HEX triplet: AF, 82 and 02. RGB value is (175,130,2). Sum of RGB (Red+Green+Blue) = 175+130+2=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8202 is #507DFD. Grayscale: #818181. Windows color (decimal): -5275134 or 164527. OLE color: 164527.

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

Color convert

RGB 175 130 2 -
CMYK 0 0.26 0.99 0.31
HSL 44.39º 0.98% 0.35% -
HSV(B) 44.39º 0.99% 0.69% -
XYZ 25.67 25.08 3.55 -
YUV 128.86 56.41 160.91 -
System Red Green Blue C M Y K H S L
Decimal 175 130 2 0 0.26 0.99 0.31 44.39 0.98 0.35
Hex AF 82 2 0 1A 63 1F 2C 62 23
Octal 257 202 2 0 32 143 37 54 142 43
Binary 10101111 10000010 10 0 11010 1100011 11111 101100 1100010 100011

Color Harmonies of #AF8202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8202

Black with #AF8202

Text Example


Text Example

White with #AF8202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8202; }

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

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

background-color css

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

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

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

border-color css

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

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

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