Html Css Color HEX #AEB18B Bud

📋 copy color: '#AEB18B'

red 174 ◦ green 177 ◦ blue 139

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

Shades of Bud #AEB18B

Tints of Bud #AEB18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 35.51%
G = 36.12%
B = 28.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AEB18B (or 0xAEB18B) is known color: Bud. HEX triplet: AE, B1 and 8B. RGB value is (174,177,139). Sum of RGB (Red+Green+Blue) = 174+177+139=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB18B is #514E74. Grayscale: #ABABAB. Windows color (decimal): -5328501 or 9154990. OLE color: 9154990.

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

Color convert

RGB 174 177 139 -
CMYK 0.02 0 0.21 0.31
HSL 64.74º 0.2% 0.62% -
HSV(B) 64.74º 0.21% 0.69% -
XYZ 37.84 42.31 30.6 -
YUV 171.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 174 177 139 0.02 0 0.21 0.31 64.74 0.2 0.62
Hex AE B1 8B 2 0 15 1F 41 14 3E
Octal 256 261 213 2 0 25 37 101 24 76
Binary 10101110 10110001 10001011 10 0 10101 11111 1000001 10100 111110

Color Harmonies of #AEB18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB18B

Black with #AEB18B

Text Example


Text Example

White with #AEB18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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