Html Css Color HEX #A6AB71 Locust

📋 copy color: '#A6AB71'

red 166 ◦ green 171 ◦ blue 113

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

Shades of Locust #A6AB71

Tints of Locust #A6AB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38%

 BLUE value IS 113 (44.53% from 255) = 25.11%

R = 36.89%
G = 38%
B = 25.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#A6AB71 (or 0xA6AB71) is known color: Locust. HEX triplet: A6, AB and 71. RGB value is (166,171,113). Sum of RGB (Red+Green+Blue) = 166+171+113=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB71 is #59548E. Grayscale: #A3A3A3. Windows color (decimal): -5854351 or 7449510. OLE color: 7449510.

HSL color Cylindrical-coordinate representation of color #A6AB71: hue angle of 65.17º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6AB71 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 171 113 -
CMYK 0.03 0 0.34 0.33
HSL 65.17º 0.26% 0.56% -
HSV(B) 65.17º 0.34% 0.67% -
XYZ 33.27 38.43 21.29 -
YUV 162.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 166 171 113 0.03 0 0.34 0.33 65.17 0.26 0.56
Hex A6 AB 71 3 0 22 21 41 1A 38
Octal 246 253 161 3 0 42 41 101 32 70
Binary 10100110 10101011 1110001 11 0 100010 100001 1000001 11010 111000

Color Harmonies of #A6AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AB71

Black with #A6AB71

Text Example


Text Example

White with #A6AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AB71; }

 p { color: rgb(166,171,113); }

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

background-color css

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

 a { background-color: rgb(166,171,113); }

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

border-color css

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

 span { border-color: rgb(166,171,113); }

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