Html Css Color HEX #A6940C Lucky

📋 copy color: '#A6940C'

red 166 ◦ green 148 ◦ blue 12

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

Shades of Lucky #A6940C

Tints of Lucky #A6940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 50.92%
G = 45.4%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6940C (or 0xA6940C) is known color: Lucky. HEX triplet: A6, 94 and 0C. RGB value is (166,148,12). Sum of RGB (Red+Green+Blue) = 166+148+12=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6940C is #596BF3. Grayscale: #8A8A8A. Windows color (decimal): -5860340 or 824486. OLE color: 824486.

HSL color Cylindrical-coordinate representation of color #A6940C: hue angle of 52.99º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6940C is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 148 12 -
CMYK 0 0.11 0.93 0.35
HSL 52.99º 0.87% 0.35% -
HSV(B) 52.99º 0.93% 0.65% -
XYZ 26.38 29.31 4.62 -
YUV 137.88 56.96 148.06 -
System Red Green Blue C M Y K H S L
Decimal 166 148 12 0 0.11 0.93 0.35 52.99 0.87 0.35
Hex A6 94 C 0 B 5D 23 35 57 23
Octal 246 224 14 0 13 135 43 65 127 43
Binary 10100110 10010100 1100 0 1011 1011101 100011 110101 1010111 100011

Color Harmonies of #A6940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6940C

Black with #A6940C

Text Example


Text Example

White with #A6940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6940C; }

 p { color: rgb(166,148,12); }

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

background-color css

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

 a { background-color: rgb(166,148,12); }

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

border-color css

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

 span { border-color: rgb(166,148,12); }

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