Html Css Color HEX #A59B0A Lucky

📋 copy color: '#A59B0A'

red 165 ◦ green 155 ◦ blue 10

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

Shades of Lucky #A59B0A

Tints of Lucky #A59B0A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.97%

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 50%
G = 46.97%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A59B0A (or 0xA59B0A) is known color: Lucky. HEX triplet: A5, 9B and 0A. RGB value is (165,155,10). Sum of RGB (Red+Green+Blue) = 165+155+10=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59B0A is #5A64F5. Grayscale: #8E8E8E. Windows color (decimal): -5924086 or 695205. OLE color: 695205.

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

Color convert

RGB 165 155 10 -
CMYK 0 0.06 0.94 0.35
HSL 56.13º 0.89% 0.34% -
HSV(B) 56.13º 0.94% 0.65% -
XYZ 27.29 31.46 4.92 -
YUV 141.46 53.81 144.79 -
System Red Green Blue C M Y K H S L
Decimal 165 155 10 0 0.06 0.94 0.35 56.13 0.89 0.34
Hex A5 9B A 0 6 5E 23 38 59 22
Octal 245 233 12 0 6 136 43 70 131 42
Binary 10100101 10011011 1010 0 110 1011110 100011 111000 1011001 100010

Color Harmonies of #A59B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B0A

Black with #A59B0A

Text Example


Text Example

White with #A59B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B0A; }

 p { color: rgb(165,155,10); }

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

background-color css

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

 a { background-color: rgb(165,155,10); }

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

border-color css

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

 span { border-color: rgb(165,155,10); }

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