Html Css Color HEX #A59F08 Lucky

📋 copy color: '#A59F08'

red 165 ◦ green 159 ◦ blue 8

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

Shades of Lucky #A59F08

Tints of Lucky #A59F08

RGB

 RED value IS 165 (64.84% from 255) = 49.7%

 GREEN value IS 159 (62.5% from 255) = 47.89%

 BLUE value IS 8 (3.52% from 255) = 2.41%

R = 49.7%
G = 47.89%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A59F08 (or 0xA59F08) is known color: Lucky. HEX triplet: A5, 9F and 08. RGB value is (165,159,8). Sum of RGB (Red+Green+Blue) = 165+159+8=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59F08 is #5A60F7. Grayscale: #909090. Windows color (decimal): -5923064 or 565157. OLE color: 565157.

HSL color Cylindrical-coordinate representation of color #A59F08: hue angle of 57.71º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A59F08 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 159 8 -
CMYK 0 0.04 0.95 0.35
HSL 57.71º 0.91% 0.34% -
HSV(B) 57.71º 0.95% 0.65% -
XYZ 27.96 32.81 5.09 -
YUV 143.58 51.49 143.28 -
System Red Green Blue C M Y K H S L
Decimal 165 159 8 0 0.04 0.95 0.35 57.71 0.91 0.34
Hex A5 9F 8 0 4 5F 23 3A 5B 22
Octal 245 237 10 0 4 137 43 72 133 42
Binary 10100101 10011111 1000 0 100 1011111 100011 111010 1011011 100010

Color Harmonies of #A59F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F08

Black with #A59F08

Text Example


Text Example

White with #A59F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F08; }

 p { color: rgb(165,159,8); }

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

background-color css

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

 a { background-color: rgb(165,159,8); }

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

border-color css

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

 span { border-color: rgb(165,159,8); }

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