Html Css Color HEX #A19C06 Lucky

📋 copy color: '#A19C06'

red 161 ◦ green 156 ◦ blue 6

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

Shades of Lucky #A19C06

Tints of Lucky #A19C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 49.85%
G = 48.3%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A19C06 (or 0xA19C06) is known color: Lucky. HEX triplet: A1, 9C and 06. RGB value is (161,156,6). Sum of RGB (Red+Green+Blue) = 161+156+6=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19C06 is #5E63F9. Grayscale: #8C8C8C. Windows color (decimal): -6185978 or 433313. OLE color: 433313.

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

Color convert

RGB 161 156 6 -
CMYK 0 0.03 0.96 0.37
HSL 58.06º 0.93% 0.33% -
HSV(B) 58.06º 0.96% 0.63% -
XYZ 26.62 31.37 4.82 -
YUV 140.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 161 156 6 0 0.03 0.96 0.37 58.06 0.93 0.33
Hex A1 9C 6 0 3 60 25 3A 5D 21
Octal 241 234 6 0 3 140 45 72 135 41
Binary 10100001 10011100 110 0 11 1100000 100101 111010 1011101 100001

Color Harmonies of #A19C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19C06

Black with #A19C06

Text Example


Text Example

White with #A19C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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