Html Css Color HEX #AF9105 Dark Goldenrod

📋 copy color: '#AF9105'

red 175 ◦ green 145 ◦ blue 5

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

Shades of Dark Goldenrod #AF9105

Tints of Dark Goldenrod #AF9105

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.62%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 53.85%
G = 44.62%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF9105 (or 0xAF9105) is known color: Dark Goldenrod. HEX triplet: AF, 91 and 05. RGB value is (175,145,5). Sum of RGB (Red+Green+Blue) = 175+145+5=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9105 is #506EFA. Grayscale: #8A8A8A. Windows color (decimal): -5271291 or 364975. OLE color: 364975.

HSL color Cylindrical-coordinate representation of color #AF9105: hue angle of 49.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF9105 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 145 5 -
CMYK 0 0.17 0.97 0.31
HSL 49.41º 0.94% 0.35% -
HSV(B) 49.41º 0.97% 0.69% -
XYZ 27.83 29.38 4.35 -
YUV 138.01 52.94 154.38 -
System Red Green Blue C M Y K H S L
Decimal 175 145 5 0 0.17 0.97 0.31 49.41 0.94 0.35
Hex AF 91 5 0 11 61 1F 31 5E 23
Octal 257 221 5 0 21 141 37 61 136 43
Binary 10101111 10010001 101 0 10001 1100001 11111 110001 1011110 100011

Color Harmonies of #AF9105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9105

Black with #AF9105

Text Example


Text Example

White with #AF9105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9105; }

 p { color: rgb(175,145,5); }

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

background-color css

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

 a { background-color: rgb(175,145,5); }

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

border-color css

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

 span { border-color: rgb(175,145,5); }

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