Html Css Color HEX #A5901A Lucky

📋 copy color: '#A5901A'

red 165 ◦ green 144 ◦ blue 26

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

Shades of Lucky #A5901A

Tints of Lucky #A5901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.99%

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

R = 49.25%
G = 42.99%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5901A (or 0xA5901A) is known color: Lucky. HEX triplet: A5, 90 and 1A. RGB value is (165,144,26). Sum of RGB (Red+Green+Blue) = 165+144+26=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A5901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5901A is #5A6FE5. Grayscale: #898989. Windows color (decimal): -5926886 or 1740965. OLE color: 1740965.

HSL color Cylindrical-coordinate representation of color #A5901A: hue angle of 50.94º 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 #A5901A is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 26 -
CMYK 0 0.13 0.84 0.35
HSL 50.94º 0.73% 0.37% -
HSV(B) 50.94º 0.84% 0.65% -
XYZ 25.68 28.02 5.03 -
YUV 136.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 165 144 26 0 0.13 0.84 0.35 50.94 0.73 0.37
Hex A5 90 1A 0 D 54 23 33 49 25
Octal 245 220 32 0 15 124 43 63 111 45
Binary 10100101 10010000 11010 0 1101 1010100 100011 110011 1001001 100101

Color Harmonies of #A5901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5901A

Black with #A5901A

Text Example


Text Example

White with #A5901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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