Html Css Color HEX #A6951E Lucky

📋 copy color: '#A6951E'

red 166 ◦ green 149 ◦ blue 30

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

Shades of Lucky #A6951E

Tints of Lucky #A6951E

RGB

 RED value IS 166 (65.23% from 255) = 48.12%

 GREEN value IS 149 (58.59% from 255) = 43.19%

 BLUE value IS 30 (12.11% from 255) = 8.7%

R = 48.12%
G = 43.19%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A6951E (or 0xA6951E) is known color: Lucky. HEX triplet: A6, 95 and 1E. RGB value is (166,149,30). Sum of RGB (Red+Green+Blue) = 166+149+30=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6951E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6951E is #596AE1. Grayscale: #8D8D8D. Windows color (decimal): -5860066 or 2004390. OLE color: 2004390.

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

Color convert

RGB 166 149 30 -
CMYK 0 0.10 0.82 0.35
HSL 52.5º 0.69% 0.38% -
HSV(B) 52.5º 0.82% 0.65% -
XYZ 26.71 29.7 5.55 -
YUV 140.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 166 149 30 0 0.10 0.82 0.35 52.5 0.69 0.38
Hex A6 95 1E 0 A 52 23 34 45 26
Octal 246 225 36 0 12 122 43 64 105 46
Binary 10100110 10010101 11110 0 1010 1010010 100011 110100 1000101 100110

Color Harmonies of #A6951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6951E

Black with #A6951E

Text Example


Text Example

White with #A6951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6951E; }

 p { color: rgb(166,149,30); }

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

background-color css

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

 a { background-color: rgb(166,149,30); }

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

border-color css

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

 span { border-color: rgb(166,149,30); }

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