Html Css Color HEX #A19006 Lucky

📋 copy color: '#A19006'

red 161 ◦ green 144 ◦ blue 6

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

Shades of Lucky #A19006

Tints of Lucky #A19006

RGB

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

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

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

R = 51.77%
G = 46.3%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A19006 (or 0xA19006) is known color: Lucky. HEX triplet: A1, 90 and 06. RGB value is (161,144,6). Sum of RGB (Red+Green+Blue) = 161+144+6=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A19006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19006 is #5E6FF9. Grayscale: #858585. Windows color (decimal): -6189050 or 430241. OLE color: 430241.

HSL color Cylindrical-coordinate representation of color #A19006: hue angle of 53.42º 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 #A19006 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 144 6 -
CMYK 0 0.11 0.96 0.37
HSL 53.42º 0.93% 0.33% -
HSV(B) 53.42º 0.96% 0.63% -
XYZ 24.7 27.54 4.19 -
YUV 133.35 56.13 147.72 -
System Red Green Blue C M Y K H S L
Decimal 161 144 6 0 0.11 0.96 0.37 53.42 0.93 0.33
Hex A1 90 6 0 B 60 25 35 5D 21
Octal 241 220 6 0 13 140 45 65 135 41
Binary 10100001 10010000 110 0 1011 1100000 100101 110101 1011101 100001

Color Harmonies of #A19006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19006

Black with #A19006

Text Example


Text Example

White with #A19006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19006; }

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

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

background-color css

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

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

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

border-color css

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

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

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