Html Css Color HEX #A7AB7A Locust

📋 copy color: '#A7AB7A'

red 167 ◦ green 171 ◦ blue 122

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

Shades of Locust #A7AB7A

Tints of Locust #A7AB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.17%

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 36.3%
G = 37.17%
B = 26.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#A7AB7A (or 0xA7AB7A) is known color: Locust. HEX triplet: A7, AB and 7A. RGB value is (167,171,122). Sum of RGB (Red+Green+Blue) = 167+171+122=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #A7AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AB7A is #585485. Grayscale: #A4A4A4. Windows color (decimal): -5788806 or 8039335. OLE color: 8039335.

HSL color Cylindrical-coordinate representation of color #A7AB7A: hue angle of 64.9º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7AB7A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 171 122 -
CMYK 0.02 0 0.29 0.33
HSL 64.9º 0.23% 0.57% -
HSV(B) 64.9º 0.29% 0.67% -
XYZ 34.01 38.75 24.1 -
YUV 164.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 167 171 122 0.02 0 0.29 0.33 64.9 0.23 0.57
Hex A7 AB 7A 2 0 1D 21 41 17 39
Octal 247 253 172 2 0 35 41 101 27 71
Binary 10100111 10101011 1111010 10 0 11101 100001 1000001 10111 111001

Color Harmonies of #A7AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AB7A

Black with #A7AB7A

Text Example


Text Example

White with #A7AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AB7A; }

 p { color: rgb(167,171,122); }

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

background-color css

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

 a { background-color: rgb(167,171,122); }

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

border-color css

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

 span { border-color: rgb(167,171,122); }

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