Html Css Color HEX #A6AF7C Locust

📋 copy color: '#A6AF7C'

red 166 ◦ green 175 ◦ blue 124

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

Shades of Locust #A6AF7C

Tints of Locust #A6AF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.67%

R = 35.7%
G = 37.63%
B = 26.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#A6AF7C (or 0xA6AF7C) is known color: Locust. HEX triplet: A6, AF and 7C. RGB value is (166,175,124). Sum of RGB (Red+Green+Blue) = 166+175+124=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF7C is #595083. Grayscale: #A6A6A6. Windows color (decimal): -5853316 or 8171430. OLE color: 8171430.

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

Color convert

RGB 166 175 124 -
CMYK 0.05 0 0.29 0.31
HSL 70.59º 0.24% 0.59% -
HSV(B) 70.59º 0.29% 0.69% -
XYZ 34.69 40.22 25 -
YUV 166.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 166 175 124 0.05 0 0.29 0.31 70.59 0.24 0.59
Hex A6 AF 7C 5 0 1D 1F 47 18 3B
Octal 246 257 174 5 0 35 37 107 30 73
Binary 10100110 10101111 1111100 101 0 11101 11111 1000111 11000 111011

Color Harmonies of #A6AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF7C

Black with #A6AF7C

Text Example


Text Example

White with #A6AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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