Html Css Color HEX #A5AB7F Locust

📋 copy color: '#A5AB7F'

red 165 ◦ green 171 ◦ blue 127

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

Shades of Locust #A5AB7F

Tints of Locust #A5AB7F

RGB

 RED value IS 165 (64.84% from 255) = 35.64%

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

 BLUE value IS 127 (50% from 255) = 27.43%

R = 35.64%
G = 36.93%
B = 27.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#A5AB7F (or 0xA5AB7F) is known color: Locust. HEX triplet: A5, AB and 7F. RGB value is (165,171,127). Sum of RGB (Red+Green+Blue) = 165+171+127=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB7F is #5A5480. Grayscale: #A4A4A4. Windows color (decimal): -5919873 or 8367013. OLE color: 8367013.

HSL color Cylindrical-coordinate representation of color #A5AB7F: hue angle of 68.18º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5AB7F is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 171 127 -
CMYK 0.04 0 0.26 0.33
HSL 68.18º 0.21% 0.58% -
HSV(B) 68.18º 0.26% 0.67% -
XYZ 33.91 38.66 25.75 -
YUV 164.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 165 171 127 0.04 0 0.26 0.33 68.18 0.21 0.58
Hex A5 AB 7F 4 0 1A 21 44 15 3A
Octal 245 253 177 4 0 32 41 104 25 72
Binary 10100101 10101011 1111111 100 0 11010 100001 1000100 10101 111010

Color Harmonies of #A5AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB7F

Black with #A5AB7F

Text Example


Text Example

White with #A5AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB7F; }

 p { color: rgb(165,171,127); }

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

background-color css

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

 a { background-color: rgb(165,171,127); }

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

border-color css

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

 span { border-color: rgb(165,171,127); }

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