Html Css Color HEX #AEB190 Bud

📋 copy color: '#AEB190'

red 174 ◦ green 177 ◦ blue 144

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

Shades of Bud #AEB190

Tints of Bud #AEB190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.09%

R = 35.15%
G = 35.76%
B = 29.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AEB190 (or 0xAEB190) is known color: Bud. HEX triplet: AE, B1 and 90. RGB value is (174,177,144). Sum of RGB (Red+Green+Blue) = 174+177+144=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB190 is #514E6F. Grayscale: #ACACAC. Windows color (decimal): -5328496 or 9482670. OLE color: 9482670.

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

Color convert

RGB 174 177 144 -
CMYK 0.02 0 0.19 0.31
HSL 65.45º 0.17% 0.63% -
HSV(B) 65.45º 0.19% 0.69% -
XYZ 38.21 42.46 32.57 -
YUV 172.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 174 177 144 0.02 0 0.19 0.31 65.45 0.17 0.63
Hex AE B1 90 2 0 13 1F 41 11 3F
Octal 256 261 220 2 0 23 37 101 21 77
Binary 10101110 10110001 10010000 10 0 10011 11111 1000001 10001 111111

Color Harmonies of #AEB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB190

Black with #AEB190

Text Example


Text Example

White with #AEB190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB190; }

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

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

background-color css

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

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

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

border-color css

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

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

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