Html Css Color HEX #A3971C Lucky

📋 copy color: '#A3971C'

red 163 ◦ green 151 ◦ blue 28

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

Shades of Lucky #A3971C

Tints of Lucky #A3971C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 47.66%
G = 44.15%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3971C (or 0xA3971C) is known color: Lucky. HEX triplet: A3, 97 and 1C. RGB value is (163,151,28). Sum of RGB (Red+Green+Blue) = 163+151+28=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3971C is #5C68E3. Grayscale: #8D8D8D. Windows color (decimal): -6056164 or 1873827. OLE color: 1873827.

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

Color convert

RGB 163 151 28 -
CMYK 0 0.07 0.83 0.36
HSL 54.67º 0.71% 0.37% -
HSV(B) 54.67º 0.83% 0.64% -
XYZ 26.38 30 5.5 -
YUV 140.57 64.48 144 -
System Red Green Blue C M Y K H S L
Decimal 163 151 28 0 0.07 0.83 0.36 54.67 0.71 0.37
Hex A3 97 1C 0 7 53 24 37 47 25
Octal 243 227 34 0 7 123 44 67 107 45
Binary 10100011 10010111 11100 0 111 1010011 100100 110111 1000111 100101

Color Harmonies of #A3971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3971C

Black with #A3971C

Text Example


Text Example

White with #A3971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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