Html Css Color HEX #A6AE7B Locust

📋 copy color: '#A6AE7B'

red 166 ◦ green 174 ◦ blue 123

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

Shades of Locust #A6AE7B

Tints of Locust #A6AE7B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.58%

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 35.85%
G = 37.58%
B = 26.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#A6AE7B (or 0xA6AE7B) is known color: Locust. HEX triplet: A6, AE and 7B. RGB value is (166,174,123). Sum of RGB (Red+Green+Blue) = 166+174+123=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AE7B is #595184. Grayscale: #A5A5A5. Windows color (decimal): -5853573 or 8105638. OLE color: 8105638.

HSL color Cylindrical-coordinate representation of color #A6AE7B: hue angle of 69.41º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6AE7B is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 174 123 -
CMYK 0.05 0 0.29 0.32
HSL 69.41º 0.24% 0.58% -
HSV(B) 69.41º 0.29% 0.68% -
XYZ 34.44 39.81 24.61 -
YUV 165.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 166 174 123 0.05 0 0.29 0.32 69.41 0.24 0.58
Hex A6 AE 7B 5 0 1D 20 45 18 3A
Octal 246 256 173 5 0 35 40 105 30 72
Binary 10100110 10101110 1111011 101 0 11101 100000 1000101 11000 111010

Color Harmonies of #A6AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AE7B

Black with #A6AE7B

Text Example


Text Example

White with #A6AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AE7B; }

 p { color: rgb(166,174,123); }

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

background-color css

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

 a { background-color: rgb(166,174,123); }

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

border-color css

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

 span { border-color: rgb(166,174,123); }

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