Html Css Color HEX #AEB47C Locust

📋 copy color: '#AEB47C'

red 174 ◦ green 180 ◦ blue 124

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

Shades of Locust #AEB47C

Tints of Locust #AEB47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.94%

R = 36.4%
G = 37.66%
B = 25.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#AEB47C (or 0xAEB47C) is known color: Locust. HEX triplet: AE, B4 and 7C. RGB value is (174,180,124). Sum of RGB (Red+Green+Blue) = 174+180+124=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB47C is #514B83. Grayscale: #ACACAC. Windows color (decimal): -5327748 or 8172718. OLE color: 8172718.

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

Color convert

RGB 174 180 124 -
CMYK 0.03 0 0.31 0.29
HSL 66.43º 0.27% 0.6% -
HSV(B) 66.43º 0.31% 0.71% -
XYZ 37.41 43.1 25.42 -
YUV 171.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 174 180 124 0.03 0 0.31 0.29 66.43 0.27 0.6
Hex AE B4 7C 3 0 1F 1D 42 1B 3C
Octal 256 264 174 3 0 37 35 102 33 74
Binary 10101110 10110100 1111100 11 0 11111 11101 1000010 11011 111100

Color Harmonies of #AEB47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB47C

Black with #AEB47C

Text Example


Text Example

White with #AEB47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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