Html Css Color HEX #AEB28D Bud

📋 copy color: '#AEB28D'

red 174 ◦ green 178 ◦ blue 141

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

Shades of Bud #AEB28D

Tints of Bud #AEB28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 35.29%
G = 36.11%
B = 28.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#AEB28D (or 0xAEB28D) is known color: Bud. HEX triplet: AE, B2 and 8D. RGB value is (174,178,141). Sum of RGB (Red+Green+Blue) = 174+178+141=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB28D is #514D72. Grayscale: #ACACAC. Windows color (decimal): -5328243 or 9286318. OLE color: 9286318.

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

Color convert

RGB 174 178 141 -
CMYK 0.02 0 0.21 0.30
HSL 66.49º 0.19% 0.63% -
HSV(B) 66.49º 0.21% 0.7% -
XYZ 38.18 42.76 31.44 -
YUV 172.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 174 178 141 0.02 0 0.21 0.30 66.49 0.19 0.63
Hex AE B2 8D 2 0 15 1E 42 13 3F
Octal 256 262 215 2 0 25 36 102 23 77
Binary 10101110 10110010 10001101 10 0 10101 11110 1000010 10011 111111

Color Harmonies of #AEB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB28D

Black with #AEB28D

Text Example


Text Example

White with #AEB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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