Html Css Color HEX #AEB290 Bud

📋 copy color: '#AEB290'

red 174 ◦ green 178 ◦ blue 144

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

Shades of Bud #AEB290

Tints of Bud #AEB290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 35.08%
G = 35.89%
B = 29.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#AEB290 (or 0xAEB290) is known color: Bud. HEX triplet: AE, B2 and 90. RGB value is (174,178,144). Sum of RGB (Red+Green+Blue) = 174+178+144=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB290 is #514D6F. Grayscale: #ADADAD. Windows color (decimal): -5328240 or 9482926. OLE color: 9482926.

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

Color convert

RGB 174 178 144 -
CMYK 0.02 0 0.19 0.30
HSL 67.06º 0.18% 0.63% -
HSV(B) 67.06º 0.19% 0.7% -
XYZ 38.41 42.85 32.63 -
YUV 172.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 174 178 144 0.02 0 0.19 0.30 67.06 0.18 0.63
Hex AE B2 90 2 0 13 1E 43 12 3F
Octal 256 262 220 2 0 23 36 103 22 77
Binary 10101110 10110010 10010000 10 0 10011 11110 1000011 10010 111111

Color Harmonies of #AEB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB290

Black with #AEB290

Text Example


Text Example

White with #AEB290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB290; }

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

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

background-color css

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

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

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

border-color css

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

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

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