Html Css Color HEX #A6940F Lucky

📋 copy color: '#A6940F'

red 166 ◦ green 148 ◦ blue 15

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

Shades of Lucky #A6940F

Tints of Lucky #A6940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.56%

R = 50.46%
G = 44.98%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6940F (or 0xA6940F) is known color: Lucky. HEX triplet: A6, 94 and 0F. RGB value is (166,148,15). Sum of RGB (Red+Green+Blue) = 166+148+15=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6940F is #596BF0. Grayscale: #8A8A8A. Windows color (decimal): -5860337 or 1021094. OLE color: 1021094.

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

Color convert

RGB 166 148 15 -
CMYK 0 0.11 0.91 0.35
HSL 52.85º 0.83% 0.35% -
HSV(B) 52.85º 0.91% 0.65% -
XYZ 26.4 29.32 4.72 -
YUV 138.22 58.46 147.81 -
System Red Green Blue C M Y K H S L
Decimal 166 148 15 0 0.11 0.91 0.35 52.85 0.83 0.35
Hex A6 94 F 0 B 5B 23 35 53 23
Octal 246 224 17 0 13 133 43 65 123 43
Binary 10100110 10010100 1111 0 1011 1011011 100011 110101 1010011 100011

Color Harmonies of #A6940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6940F

Black with #A6940F

Text Example


Text Example

White with #A6940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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