Html Css Color HEX #A3971A Lucky

📋 copy color: '#A3971A'

red 163 ◦ green 151 ◦ blue 26

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

Shades of Lucky #A3971A

Tints of Lucky #A3971A

RGB

 RED value IS 163 (64.06% from 255) = 47.94%

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

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 47.94%
G = 44.41%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3971A (or 0xA3971A) is known color: Lucky. HEX triplet: A3, 97 and 1A. RGB value is (163,151,26). Sum of RGB (Red+Green+Blue) = 163+151+26=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3971A is #5C68E5. Grayscale: #8C8C8C. Windows color (decimal): -6056166 or 1742755. OLE color: 1742755.

HSL color Cylindrical-coordinate representation of color #A3971A: hue angle of 54.74º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3971A is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 151 26 -
CMYK 0 0.07 0.84 0.36
HSL 54.74º 0.72% 0.37% -
HSV(B) 54.74º 0.84% 0.64% -
XYZ 26.36 29.99 5.38 -
YUV 140.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 163 151 26 0 0.07 0.84 0.36 54.74 0.72 0.37
Hex A3 97 1A 0 7 54 24 37 48 25
Octal 243 227 32 0 7 124 44 67 110 45
Binary 10100011 10010111 11010 0 111 1010100 100100 110111 1001000 100101

Color Harmonies of #A3971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3971A

Black with #A3971A

Text Example


Text Example

White with #A3971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3971A; }

 p { color: rgb(163,151,26); }

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

background-color css

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

 a { background-color: rgb(163,151,26); }

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

border-color css

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

 span { border-color: rgb(163,151,26); }

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