Html Css Color HEX #A7AE74 Locust

📋 copy color: '#A7AE74'

red 167 ◦ green 174 ◦ blue 116

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

Shades of Locust #A7AE74

Tints of Locust #A7AE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.38%

R = 36.54%
G = 38.07%
B = 25.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#A7AE74 (or 0xA7AE74) is known color: Locust. HEX triplet: A7, AE and 74. RGB value is (167,174,116). Sum of RGB (Red+Green+Blue) = 167+174+116=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AE74 is #58518B. Grayscale: #A5A5A5. Windows color (decimal): -5788044 or 7646887. OLE color: 7646887.

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

Color convert

RGB 167 174 116 -
CMYK 0.04 0 0.33 0.32
HSL 67.24º 0.26% 0.57% -
HSV(B) 67.24º 0.33% 0.68% -
XYZ 34.22 39.75 22.39 -
YUV 165.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 167 174 116 0.04 0 0.33 0.32 67.24 0.26 0.57
Hex A7 AE 74 4 0 21 20 43 1A 39
Octal 247 256 164 4 0 41 40 103 32 71
Binary 10100111 10101110 1110100 100 0 100001 100000 1000011 11010 111001

Color Harmonies of #A7AE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AE74

Black with #A7AE74

Text Example


Text Example

White with #A7AE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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