Html Css Color HEX #A59A1A Lucky

📋 copy color: '#A59A1A'

red 165 ◦ green 154 ◦ blue 26

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

Shades of Lucky #A59A1A

Tints of Lucky #A59A1A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.64%

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 47.83%
G = 44.64%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A59A1A (or 0xA59A1A) is known color: Lucky. HEX triplet: A5, 9A and 1A. RGB value is (165,154,26). Sum of RGB (Red+Green+Blue) = 165+154+26=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A1A is #5A65E5. Grayscale: #8F8F8F. Windows color (decimal): -5924326 or 1743525. OLE color: 1743525.

HSL color Cylindrical-coordinate representation of color #A59A1A: hue angle of 55.25º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A59A1A is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 154 26 -
CMYK 0 0.07 0.84 0.35
HSL 55.25º 0.73% 0.37% -
HSV(B) 55.25º 0.84% 0.65% -
XYZ 27.26 31.19 5.56 -
YUV 142.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 165 154 26 0 0.07 0.84 0.35 55.25 0.73 0.37
Hex A5 9A 1A 0 7 54 23 37 49 25
Octal 245 232 32 0 7 124 43 67 111 45
Binary 10100101 10011010 11010 0 111 1010100 100011 110111 1001001 100101

Color Harmonies of #A59A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A1A

Black with #A59A1A

Text Example


Text Example

White with #A59A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A1A; }

 p { color: rgb(165,154,26); }

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

background-color css

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

 a { background-color: rgb(165,154,26); }

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

border-color css

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

 span { border-color: rgb(165,154,26); }

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