Html Css Color HEX #A19024 Lucky

📋 copy color: '#A19024'

red 161 ◦ green 144 ◦ blue 36

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

Shades of Lucky #A19024

Tints of Lucky #A19024

RGB

 RED value IS 161 (63.28% from 255) = 47.21%

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

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 47.21%
G = 42.23%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A19024 (or 0xA19024) is known color: Lucky. HEX triplet: A1, 90 and 24. RGB value is (161,144,36). Sum of RGB (Red+Green+Blue) = 161+144+36=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A19024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19024 is #5E6FDB. Grayscale: #898989. Windows color (decimal): -6189020 or 2396321. OLE color: 2396321.

HSL color Cylindrical-coordinate representation of color #A19024: hue angle of 51.84º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A19024 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 144 36 -
CMYK 0 0.11 0.78 0.37
HSL 51.84º 0.63% 0.39% -
HSV(B) 51.84º 0.78% 0.63% -
XYZ 24.99 27.65 5.69 -
YUV 136.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 161 144 36 0 0.11 0.78 0.37 51.84 0.63 0.39
Hex A1 90 24 0 B 4E 25 34 3F 27
Octal 241 220 44 0 13 116 45 64 77 47
Binary 10100001 10010000 100100 0 1011 1001110 100101 110100 111111 100111

Color Harmonies of #A19024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19024

Black with #A19024

Text Example


Text Example

White with #A19024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19024; }

 p { color: rgb(161,144,36); }

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

background-color css

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

 a { background-color: rgb(161,144,36); }

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

border-color css

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

 span { border-color: rgb(161,144,36); }

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