Html Css Color HEX #A19C29 Lucky

📋 copy color: '#A19C29'

red 161 ◦ green 156 ◦ blue 41

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

Shades of Lucky #A19C29

Tints of Lucky #A19C29

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.58%

 BLUE value IS 41 (16.41% from 255) = 11.45%

R = 44.97%
G = 43.58%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A19C29 (or 0xA19C29) is known color: Lucky. HEX triplet: A1, 9C and 29. RGB value is (161,156,41). Sum of RGB (Red+Green+Blue) = 161+156+41=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19C29 is #5E63D6. Grayscale: #909090. Windows color (decimal): -6185943 or 2727073. OLE color: 2727073.

HSL color Cylindrical-coordinate representation of color #A19C29: hue angle of 57.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A19C29 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 156 41 -
CMYK 0 0.03 0.75 0.37
HSL 57.5º 0.59% 0.4% -
HSV(B) 57.5º 0.75% 0.63% -
XYZ 26.99 31.51 6.76 -
YUV 144.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 161 156 41 0 0.03 0.75 0.37 57.5 0.59 0.4
Hex A1 9C 29 0 3 4B 25 3A 3B 28
Octal 241 234 51 0 3 113 45 72 73 50
Binary 10100001 10011100 101001 0 11 1001011 100101 111010 111011 101000

Color Harmonies of #A19C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19C29

Black with #A19C29

Text Example


Text Example

White with #A19C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19C29; }

 p { color: rgb(161,156,41); }

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

background-color css

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

 a { background-color: rgb(161,156,41); }

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

border-color css

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

 span { border-color: rgb(161,156,41); }

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