Html Css Color HEX #A6992B Lucky

📋 copy color: '#A6992B'

red 166 ◦ green 153 ◦ blue 43

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

Shades of Lucky #A6992B

Tints of Lucky #A6992B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 43 (17.19% from 255) = 11.88%

R = 45.86%
G = 42.27%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6992B (or 0xA6992B) is known color: Lucky. HEX triplet: A6, 99 and 2B. RGB value is (166,153,43). Sum of RGB (Red+Green+Blue) = 166+153+43=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6992B is #5966D4. Grayscale: #909090. Windows color (decimal): -5859029 or 2857382. OLE color: 2857382.

HSL color Cylindrical-coordinate representation of color #A6992B: hue angle of 53.66º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6992B is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 153 43 -
CMYK 0 0.08 0.74 0.35
HSL 53.66º 0.59% 0.41% -
HSV(B) 53.66º 0.74% 0.65% -
XYZ 27.55 31.06 6.83 -
YUV 144.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 166 153 43 0 0.08 0.74 0.35 53.66 0.59 0.41
Hex A6 99 2B 0 8 4A 23 36 3B 29
Octal 246 231 53 0 10 112 43 66 73 51
Binary 10100110 10011001 101011 0 1000 1001010 100011 110110 111011 101001

Color Harmonies of #A6992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6992B

Black with #A6992B

Text Example


Text Example

White with #A6992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6992B; }

 p { color: rgb(166,153,43); }

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

background-color css

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

 a { background-color: rgb(166,153,43); }

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

border-color css

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

 span { border-color: rgb(166,153,43); }

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