Html Css Color HEX #AF9302 Dark Goldenrod

📋 copy color: '#AF9302'

red 175 ◦ green 147 ◦ blue 2

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

Shades of Dark Goldenrod #AF9302

Tints of Dark Goldenrod #AF9302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

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

R = 54.01%
G = 45.37%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF9302 (or 0xAF9302) is known color: Dark Goldenrod. HEX triplet: AF, 93 and 02. RGB value is (175,147,2). Sum of RGB (Red+Green+Blue) = 175+147+2=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9302 is #506CFD. Grayscale: #8B8B8B. Windows color (decimal): -5270782 or 168879. OLE color: 168879.

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

Color convert

RGB 175 147 2 -
CMYK 0 0.16 0.99 0.31
HSL 50.29º 0.98% 0.35% -
HSV(B) 50.29º 0.99% 0.69% -
XYZ 28.12 29.99 4.36 -
YUV 138.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 175 147 2 0 0.16 0.99 0.31 50.29 0.98 0.35
Hex AF 93 2 0 10 63 1F 32 62 23
Octal 257 223 2 0 20 143 37 62 142 43
Binary 10101111 10010011 10 0 10000 1100011 11111 110010 1100010 100011

Color Harmonies of #AF9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9302

Black with #AF9302

Text Example


Text Example

White with #AF9302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9302; }

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

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

background-color css

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

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

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

border-color css

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

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

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