Html Css Color HEX #A7961C Lucky

📋 copy color: '#A7961C'

red 167 ◦ green 150 ◦ blue 28

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

Shades of Lucky #A7961C

Tints of Lucky #A7961C

RGB

 RED value IS 167 (65.63% from 255) = 48.41%

 GREEN value IS 150 (58.98% from 255) = 43.48%

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

R = 48.41%
G = 43.48%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7961C (or 0xA7961C) is known color: Lucky. HEX triplet: A7, 96 and 1C. RGB value is (167,150,28). Sum of RGB (Red+Green+Blue) = 167+150+28=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A7961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7961C is #5869E3. Grayscale: #8D8D8D. Windows color (decimal): -5794276 or 1873575. OLE color: 1873575.

HSL color Cylindrical-coordinate representation of color #A7961C: hue angle of 52.66º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7961C is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 150 28 -
CMYK 0 0.10 0.83 0.35
HSL 52.66º 0.71% 0.38% -
HSV(B) 52.66º 0.83% 0.65% -
XYZ 27.05 30.11 5.49 -
YUV 141.18 64.13 146.42 -
System Red Green Blue C M Y K H S L
Decimal 167 150 28 0 0.10 0.83 0.35 52.66 0.71 0.38
Hex A7 96 1C 0 A 53 23 35 47 26
Octal 247 226 34 0 12 123 43 65 107 46
Binary 10100111 10010110 11100 0 1010 1010011 100011 110101 1000111 100110

Color Harmonies of #A7961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7961C

Black with #A7961C

Text Example


Text Example

White with #A7961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7961C; }

 p { color: rgb(167,150,28); }

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

background-color css

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

 a { background-color: rgb(167,150,28); }

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

border-color css

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

 span { border-color: rgb(167,150,28); }

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