Html Css Color HEX #A4AB78 Locust

📋 copy color: '#A4AB78'

red 164 ◦ green 171 ◦ blue 120

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

Shades of Locust #A4AB78

Tints of Locust #A4AB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.37%

R = 36.04%
G = 37.58%
B = 26.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#A4AB78 (or 0xA4AB78) is known color: Locust. HEX triplet: A4, AB and 78. RGB value is (164,171,120). Sum of RGB (Red+Green+Blue) = 164+171+120=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB78 is #5B5487. Grayscale: #A3A3A3. Windows color (decimal): -5985416 or 7908260. OLE color: 7908260.

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

Color convert

RGB 164 171 120 -
CMYK 0.04 0 0.30 0.33
HSL 68.24º 0.23% 0.57% -
HSV(B) 68.24º 0.3% 0.67% -
XYZ 33.26 38.37 23.42 -
YUV 163.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 164 171 120 0.04 0 0.30 0.33 68.24 0.23 0.57
Hex A4 AB 78 4 0 1E 21 44 17 39
Octal 244 253 170 4 0 36 41 104 27 71
Binary 10100100 10101011 1111000 100 0 11110 100001 1000100 10111 111001

Color Harmonies of #A4AB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AB78

Black with #A4AB78

Text Example


Text Example

White with #A4AB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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