Html Css Color HEX #A09A1D Lucky

📋 copy color: '#A09A1D'

red 160 ◦ green 154 ◦ blue 29

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

Shades of Lucky #A09A1D

Tints of Lucky #A09A1D

RGB

 RED value IS 160 (62.89% from 255) = 46.65%

 GREEN value IS 154 (60.55% from 255) = 44.9%

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 46.65%
G = 44.9%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A09A1D (or 0xA09A1D) is known color: Lucky. HEX triplet: A0, 9A and 1D. RGB value is (160,154,29). Sum of RGB (Red+Green+Blue) = 160+154+29=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09A1D is #5F65E2. Grayscale: #8E8E8E. Windows color (decimal): -6252003 or 1940128. OLE color: 1940128.

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

Color convert

RGB 160 154 29 -
CMYK 0 0.04 0.82 0.37
HSL 57.25º 0.69% 0.37% -
HSV(B) 57.25º 0.82% 0.63% -
XYZ 26.27 30.67 5.7 -
YUV 141.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 160 154 29 0 0.04 0.82 0.37 57.25 0.69 0.37
Hex A0 9A 1D 0 4 52 25 39 45 25
Octal 240 232 35 0 4 122 45 71 105 45
Binary 10100000 10011010 11101 0 100 1010010 100101 111001 1000101 100101

Color Harmonies of #A09A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09A1D

Black with #A09A1D

Text Example


Text Example

White with #A09A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09A1D; }

 p { color: rgb(160,154,29); }

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

background-color css

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

 a { background-color: rgb(160,154,29); }

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

border-color css

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

 span { border-color: rgb(160,154,29); }

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