Html Css Color HEX #A7AE7D Locust

📋 copy color: '#A7AE7D'

red 167 ◦ green 174 ◦ blue 125

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

Shades of Locust #A7AE7D

Tints of Locust #A7AE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 35.84%
G = 37.34%
B = 26.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#A7AE7D (or 0xA7AE7D) is known color: Locust. HEX triplet: A7, AE and 7D. RGB value is (167,174,125). Sum of RGB (Red+Green+Blue) = 167+174+125=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AE7D is #585182. Grayscale: #A6A6A6. Windows color (decimal): -5788035 or 8236711. OLE color: 8236711.

HSL color Cylindrical-coordinate representation of color #A7AE7D: hue angle of 68.57º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7AE7D is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 174 125 -
CMYK 0.04 0 0.28 0.32
HSL 68.57º 0.23% 0.59% -
HSV(B) 68.57º 0.28% 0.68% -
XYZ 34.77 39.97 25.28 -
YUV 166.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 167 174 125 0.04 0 0.28 0.32 68.57 0.23 0.59
Hex A7 AE 7D 4 0 1C 20 45 17 3B
Octal 247 256 175 4 0 34 40 105 27 73
Binary 10100111 10101110 1111101 100 0 11100 100000 1000101 10111 111011

Color Harmonies of #A7AE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AE7D

Black with #A7AE7D

Text Example


Text Example

White with #A7AE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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