Html Css Color HEX #AEB47E Locust

📋 copy color: '#AEB47E'

red 174 ◦ green 180 ◦ blue 126

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

Shades of Locust #AEB47E

Tints of Locust #AEB47E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.5%

 BLUE value IS 126 (49.61% from 255) = 26.25%

R = 36.25%
G = 37.5%
B = 26.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#AEB47E (or 0xAEB47E) is known color: Locust. HEX triplet: AE, B4 and 7E. RGB value is (174,180,126). Sum of RGB (Red+Green+Blue) = 174+180+126=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB47E is #514B81. Grayscale: #ACACAC. Windows color (decimal): -5327746 or 8303790. OLE color: 8303790.

HSL color Cylindrical-coordinate representation of color #AEB47E: hue angle of 66.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB47E is Cyan = 0.03, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 180 126 -
CMYK 0.03 0 0.3 0.29
HSL 66.67º 0.26% 0.6% -
HSV(B) 66.67º 0.3% 0.71% -
XYZ 37.54 43.15 26.09 -
YUV 172.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 174 180 126 0.03 0 0.3 0.29 66.67 0.26 0.6
Hex AE B4 7E 3 0 1E 1D 43 1A 3C
Octal 256 264 176 3 0 36 35 103 32 74
Binary 10101110 10110100 1111110 11 0 11110 11101 1000011 11010 111100

Color Harmonies of #AEB47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB47E

Black with #AEB47E

Text Example


Text Example

White with #AEB47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB47E; }

 p { color: rgb(174,180,126); }

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

background-color css

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

 a { background-color: rgb(174,180,126); }

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

border-color css

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

 span { border-color: rgb(174,180,126); }

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