Html Css Color HEX #A5AB81 Locust

📋 copy color: '#A5AB81'

red 165 ◦ green 171 ◦ blue 129

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

Shades of Locust #A5AB81

Tints of Locust #A5AB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.74%

R = 35.48%
G = 36.77%
B = 27.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#A5AB81 (or 0xA5AB81) is known color: Locust. HEX triplet: A5, AB and 81. RGB value is (165,171,129). Sum of RGB (Red+Green+Blue) = 165+171+129=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB81 is #5A547E. Grayscale: #A4A4A4. Windows color (decimal): -5919871 or 8498085. OLE color: 8498085.

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

Color convert

RGB 165 171 129 -
CMYK 0.04 0 0.25 0.33
HSL 68.57º 0.2% 0.59% -
HSV(B) 68.57º 0.25% 0.67% -
XYZ 34.04 38.71 26.45 -
YUV 164.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 165 171 129 0.04 0 0.25 0.33 68.57 0.2 0.59
Hex A5 AB 81 4 0 19 21 45 14 3B
Octal 245 253 201 4 0 31 41 105 24 73
Binary 10100101 10101011 10000001 100 0 11001 100001 1000101 10100 111011

Color Harmonies of #A5AB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB81

Black with #A5AB81

Text Example


Text Example

White with #A5AB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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