Html Css Color HEX #AF9201 Dark Goldenrod

📋 copy color: '#AF9201'

red 175 ◦ green 146 ◦ blue 1

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

Shades of Dark Goldenrod #AF9201

Tints of Dark Goldenrod #AF9201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.34%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 54.35%
G = 45.34%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF9201 (or 0xAF9201) is known color: Dark Goldenrod. HEX triplet: AF, 92 and 01. RGB value is (175,146,1). Sum of RGB (Red+Green+Blue) = 175+146+1=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9201 is #506DFE. Grayscale: #8A8A8A. Windows color (decimal): -5271039 or 103087. OLE color: 103087.

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

Color convert

RGB 175 146 1 -
CMYK 0 0.17 0.99 0.31
HSL 50º 0.99% 0.35% -
HSV(B) 50º 0.99% 0.69% -
XYZ 27.96 29.67 4.28 -
YUV 138.14 50.61 154.29 -
System Red Green Blue C M Y K H S L
Decimal 175 146 1 0 0.17 0.99 0.31 50 0.99 0.35
Hex AF 92 1 0 11 63 1F 32 63 23
Octal 257 222 1 0 21 143 37 62 143 43
Binary 10101111 10010010 1 0 10001 1100011 11111 110010 1100011 100011

Color Harmonies of #AF9201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9201

Black with #AF9201

Text Example


Text Example

White with #AF9201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9201; }

 p { color: rgb(175,146,1); }

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

background-color css

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

 a { background-color: rgb(175,146,1); }

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

border-color css

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

 span { border-color: rgb(175,146,1); }

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