Html Css Color HEX #AEB27E Locust

📋 copy color: '#AEB27E'

red 174 ◦ green 178 ◦ blue 126

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

Shades of Locust #AEB27E

Tints of Locust #AEB27E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.24%

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

R = 36.4%
G = 37.24%
B = 26.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#AEB27E (or 0xAEB27E) is known color: Locust. HEX triplet: AE, B2 and 7E. RGB value is (174,178,126). Sum of RGB (Red+Green+Blue) = 174+178+126=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB27E is #514D81. Grayscale: #ABABAB. Windows color (decimal): -5328258 or 8303278. OLE color: 8303278.

HSL color Cylindrical-coordinate representation of color #AEB27E: hue angle of 64.62º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEB27E is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 178 126 -
CMYK 0.02 0 0.29 0.30
HSL 64.62º 0.25% 0.6% -
HSV(B) 64.62º 0.29% 0.7% -
XYZ 37.14 42.35 25.95 -
YUV 170.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 174 178 126 0.02 0 0.29 0.30 64.62 0.25 0.6
Hex AE B2 7E 2 0 1D 1E 41 19 3C
Octal 256 262 176 2 0 35 36 101 31 74
Binary 10101110 10110010 1111110 10 0 11101 11110 1000001 11001 111100

Color Harmonies of #AEB27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB27E

Black with #AEB27E

Text Example


Text Example

White with #AEB27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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