Html Css Color HEX #A19008 Lucky

📋 copy color: '#A19008'

red 161 ◦ green 144 ◦ blue 8

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

Shades of Lucky #A19008

Tints of Lucky #A19008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 51.44%
G = 46.01%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A19008 (or 0xA19008) is known color: Lucky. HEX triplet: A1, 90 and 08. RGB value is (161,144,8). Sum of RGB (Red+Green+Blue) = 161+144+8=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A19008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19008 is #5E6FF7. Grayscale: #868686. Windows color (decimal): -6189048 or 561313. OLE color: 561313.

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

Color convert

RGB 161 144 8 -
CMYK 0 0.11 0.95 0.37
HSL 53.33º 0.91% 0.33% -
HSV(B) 53.33º 0.95% 0.63% -
XYZ 24.72 27.54 4.24 -
YUV 133.58 57.13 147.56 -
System Red Green Blue C M Y K H S L
Decimal 161 144 8 0 0.11 0.95 0.37 53.33 0.91 0.33
Hex A1 90 8 0 B 5F 25 35 5B 21
Octal 241 220 10 0 13 137 45 65 133 41
Binary 10100001 10010000 1000 0 1011 1011111 100101 110101 1011011 100001

Color Harmonies of #A19008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19008

Black with #A19008

Text Example


Text Example

White with #A19008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19008; }

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

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

background-color css

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

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

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

border-color css

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

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

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