Html Css Color HEX #AEB17D Locust

📋 copy color: '#AEB17D'

red 174 ◦ green 177 ◦ blue 125

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

Shades of Locust #AEB17D

Tints of Locust #AEB17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.18%

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

R = 36.55%
G = 37.18%
B = 26.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AEB17D (or 0xAEB17D) is known color: Locust. HEX triplet: AE, B1 and 7D. RGB value is (174,177,125). Sum of RGB (Red+Green+Blue) = 174+177+125=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB17D is #514E82. Grayscale: #AAAAAA. Windows color (decimal): -5328515 or 8237486. OLE color: 8237486.

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

Color convert

RGB 174 177 125 -
CMYK 0.02 0 0.29 0.31
HSL 63.46º 0.25% 0.59% -
HSV(B) 63.46º 0.29% 0.69% -
XYZ 36.88 41.92 25.55 -
YUV 170.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 174 177 125 0.02 0 0.29 0.31 63.46 0.25 0.59
Hex AE B1 7D 2 0 1D 1F 3F 19 3B
Octal 256 261 175 2 0 35 37 77 31 73
Binary 10101110 10110001 1111101 10 0 11101 11111 111111 11001 111011

Color Harmonies of #AEB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB17D

Black with #AEB17D

Text Example


Text Example

White with #AEB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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