Html Css Color HEX #A7AE7B Locust

📋 copy color: '#A7AE7B'

red 167 ◦ green 174 ◦ blue 123

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

Shades of Locust #A7AE7B

Tints of Locust #A7AE7B

RGB

 RED value IS 167 (65.63% from 255) = 35.99%

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

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

R = 35.99%
G = 37.5%
B = 26.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#A7AE7B (or 0xA7AE7B) is known color: Locust. HEX triplet: A7, AE and 7B. RGB value is (167,174,123). Sum of RGB (Red+Green+Blue) = 167+174+123=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AE7B is #585184. Grayscale: #A6A6A6. Windows color (decimal): -5788037 or 8105639. OLE color: 8105639.

HSL color Cylindrical-coordinate representation of color #A7AE7B: hue angle of 68.24º 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 #A7AE7B is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 174 123 -
CMYK 0.04 0 0.29 0.32
HSL 68.24º 0.24% 0.58% -
HSV(B) 68.24º 0.29% 0.68% -
XYZ 34.65 39.92 24.62 -
YUV 166.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 167 174 123 0.04 0 0.29 0.32 68.24 0.24 0.58
Hex A7 AE 7B 4 0 1D 20 44 18 3A
Octal 247 256 173 4 0 35 40 104 30 72
Binary 10100111 10101110 1111011 100 0 11101 100000 1000100 11000 111010

Color Harmonies of #A7AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AE7B

Black with #A7AE7B

Text Example


Text Example

White with #A7AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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