Html Css Color HEX #AEB18C Bud

📋 copy color: '#AEB18C'

red 174 ◦ green 177 ◦ blue 140

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

Shades of Bud #AEB18C

Tints of Bud #AEB18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 35.44%
G = 36.05%
B = 28.51%

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

#AEB18C (or 0xAEB18C) is known color: Bud. HEX triplet: AE, B1 and 8C. RGB value is (174,177,140). Sum of RGB (Red+Green+Blue) = 174+177+140=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB18C is #514E73. Grayscale: #ACACAC. Windows color (decimal): -5328500 or 9220526. OLE color: 9220526.

HSL color Cylindrical-coordinate representation of color #AEB18C: hue angle of 64.86º degrees, saturation: 0.19, 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 #AEB18C is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 177 140 -
CMYK 0.02 0 0.21 0.31
HSL 64.86º 0.19% 0.62% -
HSV(B) 64.86º 0.21% 0.69% -
XYZ 37.91 42.34 30.98 -
YUV 171.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 174 177 140 0.02 0 0.21 0.31 64.86 0.19 0.62
Hex AE B1 8C 2 0 15 1F 41 13 3E
Octal 256 261 214 2 0 25 37 101 23 76
Binary 10101110 10110001 10001100 10 0 10101 11111 1000001 10011 111110

Color Harmonies of #AEB18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB18C

Black with #AEB18C

Text Example


Text Example

White with #AEB18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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