Html Css Color HEX #A6AF77 Locust

📋 copy color: '#A6AF77'

red 166 ◦ green 175 ◦ blue 119

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

Shades of Locust #A6AF77

Tints of Locust #A6AF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.87%

R = 36.09%
G = 38.04%
B = 25.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#A6AF77 (or 0xA6AF77) is known color: Locust. HEX triplet: A6, AF and 77. RGB value is (166,175,119). Sum of RGB (Red+Green+Blue) = 166+175+119=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF77 is #595088. Grayscale: #A6A6A6. Windows color (decimal): -5853321 or 7843750. OLE color: 7843750.

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

Color convert

RGB 166 175 119 -
CMYK 0.05 0 0.32 0.31
HSL 69.64º 0.26% 0.58% -
HSV(B) 69.64º 0.32% 0.69% -
XYZ 34.39 40.1 23.38 -
YUV 165.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 166 175 119 0.05 0 0.32 0.31 69.64 0.26 0.58
Hex A6 AF 77 5 0 20 1F 46 1A 3A
Octal 246 257 167 5 0 40 37 106 32 72
Binary 10100110 10101111 1110111 101 0 100000 11111 1000110 11010 111010

Color Harmonies of #A6AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF77

Black with #A6AF77

Text Example


Text Example

White with #A6AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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