Html Css Color HEX #A4AB83 Locust

📋 copy color: '#A4AB83'

red 164 ◦ green 171 ◦ blue 131

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

Shades of Locust #A4AB83

Tints of Locust #A4AB83

RGB

 RED value IS 164 (64.45% from 255) = 35.19%

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

 BLUE value IS 131 (51.56% from 255) = 28.11%

R = 35.19%
G = 36.7%
B = 28.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#A4AB83 (or 0xA4AB83) is known color: Locust. HEX triplet: A4, AB and 83. RGB value is (164,171,131). Sum of RGB (Red+Green+Blue) = 164+171+131=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB83 is #5B547C. Grayscale: #A4A4A4. Windows color (decimal): -5985405 or 8629156. OLE color: 8629156.

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

Color convert

RGB 164 171 131 -
CMYK 0.04 0 0.23 0.33
HSL 70.5º 0.19% 0.59% -
HSV(B) 70.5º 0.23% 0.67% -
XYZ 33.97 38.66 27.14 -
YUV 164.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 164 171 131 0.04 0 0.23 0.33 70.5 0.19 0.59
Hex A4 AB 83 4 0 17 21 46 13 3B
Octal 244 253 203 4 0 27 41 106 23 73
Binary 10100100 10101011 10000011 100 0 10111 100001 1000110 10011 111011

Color Harmonies of #A4AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AB83

Black with #A4AB83

Text Example


Text Example

White with #A4AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AB83; }

 p { color: rgb(164,171,131); }

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

background-color css

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

 a { background-color: rgb(164,171,131); }

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

border-color css

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

 span { border-color: rgb(164,171,131); }

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