Html Css Color HEX #A8AE7A Locust

📋 copy color: '#A8AE7A'

red 168 ◦ green 174 ◦ blue 122

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

Shades of Locust #A8AE7A

Tints of Locust #A8AE7A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.5%

 BLUE value IS 122 (48.05% from 255) = 26.29%

R = 36.21%
G = 37.5%
B = 26.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#A8AE7A (or 0xA8AE7A) is known color: Locust. HEX triplet: A8, AE and 7A. RGB value is (168,174,122). Sum of RGB (Red+Green+Blue) = 168+174+122=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE7A is #575185. Grayscale: #A6A6A6. Windows color (decimal): -5722502 or 8040104. OLE color: 8040104.

HSL color Cylindrical-coordinate representation of color #A8AE7A: hue angle of 66.92º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8AE7A is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 174 122 -
CMYK 0.03 0 0.30 0.32
HSL 66.92º 0.24% 0.58% -
HSV(B) 66.92º 0.3% 0.68% -
XYZ 34.8 40 24.3 -
YUV 166.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 168 174 122 0.03 0 0.30 0.32 66.92 0.24 0.58
Hex A8 AE 7A 3 0 1E 20 43 18 3A
Octal 250 256 172 3 0 36 40 103 30 72
Binary 10101000 10101110 1111010 11 0 11110 100000 1000011 11000 111010

Color Harmonies of #A8AE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE7A

Black with #A8AE7A

Text Example


Text Example

White with #A8AE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE7A; }

 p { color: rgb(168,174,122); }

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

background-color css

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

 a { background-color: rgb(168,174,122); }

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

border-color css

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

 span { border-color: rgb(168,174,122); }

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