Html Css Color HEX #A8AB70 Locust

📋 copy color: '#A8AB70'

red 168 ◦ green 171 ◦ blue 112

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

Shades of Locust #A8AB70

Tints of Locust #A8AB70

RGB

 RED value IS 168 (66.02% from 255) = 37.25%

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

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 37.25%
G = 37.92%
B = 24.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A8AB70 (or 0xA8AB70) is known color: Locust. HEX triplet: A8, AB and 70. RGB value is (168,171,112). Sum of RGB (Red+Green+Blue) = 168+171+112=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB70 is #57548F. Grayscale: #A3A3A3. Windows color (decimal): -5723280 or 7383976. OLE color: 7383976.

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

Color convert

RGB 168 171 112 -
CMYK 0.02 0 0.35 0.33
HSL 63.05º 0.26% 0.55% -
HSV(B) 63.05º 0.35% 0.67% -
XYZ 33.64 38.62 21.01 -
YUV 163.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 168 171 112 0.02 0 0.35 0.33 63.05 0.26 0.55
Hex A8 AB 70 2 0 23 21 3F 1A 37
Octal 250 253 160 2 0 43 41 77 32 67
Binary 10101000 10101011 1110000 10 0 100011 100001 111111 11010 110111

Color Harmonies of #A8AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB70

Black with #A8AB70

Text Example


Text Example

White with #A8AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB70; }

 p { color: rgb(168,171,112); }

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

background-color css

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

 a { background-color: rgb(168,171,112); }

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

border-color css

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

 span { border-color: rgb(168,171,112); }

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