Html Css Color HEX #A0971D Lucky

📋 copy color: '#A0971D'

red 160 ◦ green 151 ◦ blue 29

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

Shades of Lucky #A0971D

Tints of Lucky #A0971D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.41%

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

R = 47.06%
G = 44.41%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0971D (or 0xA0971D) is known color: Lucky. HEX triplet: A0, 97 and 1D. RGB value is (160,151,29). Sum of RGB (Red+Green+Blue) = 160+151+29=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0971D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0971D is #5F68E2. Grayscale: #8C8C8C. Windows color (decimal): -6252771 or 1939360. OLE color: 1939360.

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

Color convert

RGB 160 151 29 -
CMYK 0 0.06 0.82 0.37
HSL 55.88º 0.69% 0.37% -
HSV(B) 55.88º 0.82% 0.63% -
XYZ 25.79 29.7 5.54 -
YUV 139.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 160 151 29 0 0.06 0.82 0.37 55.88 0.69 0.37
Hex A0 97 1D 0 6 52 25 38 45 25
Octal 240 227 35 0 6 122 45 70 105 45
Binary 10100000 10010111 11101 0 110 1010010 100101 111000 1000101 100101

Color Harmonies of #A0971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0971D

Black with #A0971D

Text Example


Text Example

White with #A0971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0971D; }

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

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

background-color css

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

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

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

border-color css

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

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

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