Html Css Color HEX #A6AF7E Locust

📋 copy color: '#A6AF7E'

red 166 ◦ green 175 ◦ blue 126

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

Shades of Locust #A6AF7E

Tints of Locust #A6AF7E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 35.55%
G = 37.47%
B = 26.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#A6AF7E (or 0xA6AF7E) is known color: Locust. HEX triplet: A6, AF and 7E. RGB value is (166,175,126). Sum of RGB (Red+Green+Blue) = 166+175+126=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF7E is #595081. Grayscale: #A6A6A6. Windows color (decimal): -5853314 or 8302502. OLE color: 8302502.

HSL color Cylindrical-coordinate representation of color #A6AF7E: hue angle of 71.02º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6AF7E is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 175 126 -
CMYK 0.05 0 0.28 0.31
HSL 71.02º 0.23% 0.59% -
HSV(B) 71.02º 0.28% 0.69% -
XYZ 34.82 40.27 25.68 -
YUV 166.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 166 175 126 0.05 0 0.28 0.31 71.02 0.23 0.59
Hex A6 AF 7E 5 0 1C 1F 47 17 3B
Octal 246 257 176 5 0 34 37 107 27 73
Binary 10100110 10101111 1111110 101 0 11100 11111 1000111 10111 111011

Color Harmonies of #A6AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF7E

Black with #A6AF7E

Text Example


Text Example

White with #A6AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF7E; }

 p { color: rgb(166,175,126); }

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

background-color css

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

 a { background-color: rgb(166,175,126); }

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

border-color css

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

 span { border-color: rgb(166,175,126); }

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