Html Css Color HEX #AEB076 Locust

📋 copy color: '#AEB076'

red 174 ◦ green 176 ◦ blue 118

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

Shades of Locust #AEB076

Tints of Locust #AEB076

RGB

 RED value IS 174 (68.36% from 255) = 37.18%

 GREEN value IS 176 (69.14% from 255) = 37.61%

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 37.18%
G = 37.61%
B = 25.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AEB076 (or 0xAEB076) is known color: Locust. HEX triplet: AE, B0 and 76. RGB value is (174,176,118). Sum of RGB (Red+Green+Blue) = 174+176+118=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB076 is #514F89. Grayscale: #A9A9A9. Windows color (decimal): -5328778 or 7778478. OLE color: 7778478.

HSL color Cylindrical-coordinate representation of color #AEB076: hue angle of 62.07º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEB076 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 176 118 -
CMYK 0.01 0 0.33 0.31
HSL 62.07º 0.27% 0.58% -
HSV(B) 62.07º 0.33% 0.69% -
XYZ 36.25 41.36 23.21 -
YUV 168.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 174 176 118 0.01 0 0.33 0.31 62.07 0.27 0.58
Hex AE B0 76 1 0 21 1F 3E 1B 3A
Octal 256 260 166 1 0 41 37 76 33 72
Binary 10101110 10110000 1110110 1 0 100001 11111 111110 11011 111010

Color Harmonies of #AEB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB076

Black with #AEB076

Text Example


Text Example

White with #AEB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB076; }

 p { color: rgb(174,176,118); }

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

background-color css

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

 a { background-color: rgb(174,176,118); }

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

border-color css

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

 span { border-color: rgb(174,176,118); }

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