Html Css Color HEX #A0941D Lucky

📋 copy color: '#A0941D'

red 160 ◦ green 148 ◦ blue 29

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

Shades of Lucky #A0941D

Tints of Lucky #A0941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

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

R = 47.48%
G = 43.92%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0941D (or 0xA0941D) is known color: Lucky. HEX triplet: A0, 94 and 1D. RGB value is (160,148,29). Sum of RGB (Red+Green+Blue) = 160+148+29=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0941D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0941D is #5F6BE2. Grayscale: #8A8A8A. Windows color (decimal): -6253539 or 1938592. OLE color: 1938592.

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

Color convert

RGB 160 148 29 -
CMYK 0 0.07 0.82 0.37
HSL 54.5º 0.69% 0.37% -
HSV(B) 54.5º 0.82% 0.63% -
XYZ 25.31 28.74 5.38 -
YUV 138.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 160 148 29 0 0.07 0.82 0.37 54.5 0.69 0.37
Hex A0 94 1D 0 7 52 25 37 45 25
Octal 240 224 35 0 7 122 45 67 105 45
Binary 10100000 10010100 11101 0 111 1010010 100101 110111 1000101 100101

Color Harmonies of #A0941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0941D

Black with #A0941D

Text Example


Text Example

White with #A0941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0941D; }

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

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

background-color css

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

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

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

border-color css

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

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

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