Html Css Color HEX #AEB27D Locust

📋 copy color: '#AEB27D'

red 174 ◦ green 178 ◦ blue 125

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

Shades of Locust #AEB27D

Tints of Locust #AEB27D

RGB

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

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

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

R = 36.48%
G = 37.32%
B = 26.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#AEB27D (or 0xAEB27D) is known color: Locust. HEX triplet: AE, B2 and 7D. RGB value is (174,178,125). Sum of RGB (Red+Green+Blue) = 174+178+125=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB27D is #514D82. Grayscale: #AAAAAA. Windows color (decimal): -5328259 or 8237742. OLE color: 8237742.

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

Color convert

RGB 174 178 125 -
CMYK 0.02 0 0.30 0.30
HSL 64.53º 0.26% 0.59% -
HSV(B) 64.53º 0.3% 0.7% -
XYZ 37.08 42.32 25.62 -
YUV 170.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 174 178 125 0.02 0 0.30 0.30 64.53 0.26 0.59
Hex AE B2 7D 2 0 1E 1E 41 1A 3B
Octal 256 262 175 2 0 36 36 101 32 73
Binary 10101110 10110010 1111101 10 0 11110 11110 1000001 11010 111011

Color Harmonies of #AEB27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB27D

Black with #AEB27D

Text Example


Text Example

White with #AEB27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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