Html Css Color HEX #AEB081 Locust

📋 copy color: '#AEB081'

red 174 ◦ green 176 ◦ blue 129

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

Shades of Locust #AEB081

Tints of Locust #AEB081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.93%

R = 36.33%
G = 36.74%
B = 26.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AEB081 (or 0xAEB081) is known color: Locust. HEX triplet: AE, B0 and 81. RGB value is (174,176,129). Sum of RGB (Red+Green+Blue) = 174+176+129=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB081 is #514F7E. Grayscale: #AAAAAA. Windows color (decimal): -5328767 or 8499374. OLE color: 8499374.

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

Color convert

RGB 174 176 129 -
CMYK 0.01 0 0.27 0.31
HSL 62.55º 0.23% 0.6% -
HSV(B) 62.55º 0.27% 0.69% -
XYZ 36.94 41.63 26.86 -
YUV 170.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 174 176 129 0.01 0 0.27 0.31 62.55 0.23 0.6
Hex AE B0 81 1 0 1B 1F 3F 17 3C
Octal 256 260 201 1 0 33 37 77 27 74
Binary 10101110 10110000 10000001 1 0 11011 11111 111111 10111 111100

Color Harmonies of #AEB081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB081

Black with #AEB081

Text Example


Text Example

White with #AEB081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB081; }

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

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

background-color css

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

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

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

border-color css

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

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

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