Html Css Color HEX #A7AF77 Locust

📋 copy color: '#A7AF77'

red 167 ◦ green 175 ◦ blue 119

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

Shades of Locust #A7AF77

Tints of Locust #A7AF77

RGB

 RED value IS 167 (65.63% from 255) = 36.23%

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

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

R = 36.23%
G = 37.96%
B = 25.81%

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

#A7AF77 (or 0xA7AF77) is known color: Locust. HEX triplet: A7, AF and 77. RGB value is (167,175,119). Sum of RGB (Red+Green+Blue) = 167+175+119=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AF77 is #585088. Grayscale: #A6A6A6. Windows color (decimal): -5787785 or 7843751. OLE color: 7843751.

HSL color Cylindrical-coordinate representation of color #A7AF77: hue angle of 68.57º 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 #A7AF77 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 175 119 -
CMYK 0.05 0 0.32 0.31
HSL 68.57º 0.26% 0.58% -
HSV(B) 68.57º 0.32% 0.69% -
XYZ 34.6 40.21 23.39 -
YUV 166.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 167 175 119 0.05 0 0.32 0.31 68.57 0.26 0.58
Hex A7 AF 77 5 0 20 1F 45 1A 3A
Octal 247 257 167 5 0 40 37 105 32 72
Binary 10100111 10101111 1110111 101 0 100000 11111 1000101 11010 111010

Color Harmonies of #A7AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AF77

Black with #A7AF77

Text Example


Text Example

White with #A7AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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