Html Css Color HEX #A8AE7B Locust

📋 copy color: '#A8AE7B'

red 168 ◦ green 174 ◦ blue 123

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

Shades of Locust #A8AE7B

Tints of Locust #A8AE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.45%

R = 36.13%
G = 37.42%
B = 26.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#A8AE7B (or 0xA8AE7B) is known color: Locust. HEX triplet: A8, AE and 7B. RGB value is (168,174,123). Sum of RGB (Red+Green+Blue) = 168+174+123=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE7B is #575184. Grayscale: #A6A6A6. Windows color (decimal): -5722501 or 8105640. OLE color: 8105640.

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

Color convert

RGB 168 174 123 -
CMYK 0.03 0 0.29 0.32
HSL 67.06º 0.24% 0.58% -
HSV(B) 67.06º 0.29% 0.68% -
XYZ 34.86 40.03 24.63 -
YUV 166.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 168 174 123 0.03 0 0.29 0.32 67.06 0.24 0.58
Hex A8 AE 7B 3 0 1D 20 43 18 3A
Octal 250 256 173 3 0 35 40 103 30 72
Binary 10101000 10101110 1111011 11 0 11101 100000 1000011 11000 111010

Color Harmonies of #A8AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE7B

Black with #A8AE7B

Text Example


Text Example

White with #A8AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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