Html Css Color HEX #AEB37D Locust

📋 copy color: '#AEB37D'

red 174 ◦ green 179 ◦ blue 125

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

Shades of Locust #AEB37D

Tints of Locust #AEB37D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 36.4%
G = 37.45%
B = 26.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#AEB37D (or 0xAEB37D) is known color: Locust. HEX triplet: AE, B3 and 7D. RGB value is (174,179,125). Sum of RGB (Red+Green+Blue) = 174+179+125=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB37D is #514C82. Grayscale: #ABABAB. Windows color (decimal): -5328003 or 8237998. OLE color: 8237998.

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

Color convert

RGB 174 179 125 -
CMYK 0.03 0 0.30 0.30
HSL 65.56º 0.26% 0.6% -
HSV(B) 65.56º 0.3% 0.7% -
XYZ 37.28 42.72 25.68 -
YUV 171.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 174 179 125 0.03 0 0.30 0.30 65.56 0.26 0.6
Hex AE B3 7D 3 0 1E 1E 42 1A 3C
Octal 256 263 175 3 0 36 36 102 32 74
Binary 10101110 10110011 1111101 11 0 11110 11110 1000010 11010 111100

Color Harmonies of #AEB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB37D

Black with #AEB37D

Text Example


Text Example

White with #AEB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB37D; }

 p { color: rgb(174,179,125); }

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

background-color css

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

 a { background-color: rgb(174,179,125); }

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

border-color css

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

 span { border-color: rgb(174,179,125); }

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