Html Css Color HEX #AEB28C Bud

📋 copy color: '#AEB28C'

red 174 ◦ green 178 ◦ blue 140

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

Shades of Bud #AEB28C

Tints of Bud #AEB28C

RGB

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

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

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

R = 35.37%
G = 36.18%
B = 28.46%

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

#AEB28C (or 0xAEB28C) is known color: Bud. HEX triplet: AE, B2 and 8C. RGB value is (174,178,140). Sum of RGB (Red+Green+Blue) = 174+178+140=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB28C is #514D73. Grayscale: #ACACAC. Windows color (decimal): -5328244 or 9220782. OLE color: 9220782.

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

Color convert

RGB 174 178 140 -
CMYK 0.02 0 0.21 0.30
HSL 66.32º 0.2% 0.62% -
HSV(B) 66.32º 0.21% 0.7% -
XYZ 38.11 42.73 31.05 -
YUV 172.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 174 178 140 0.02 0 0.21 0.30 66.32 0.2 0.62
Hex AE B2 8C 2 0 15 1E 42 14 3E
Octal 256 262 214 2 0 25 36 102 24 76
Binary 10101110 10110010 10001100 10 0 10101 11110 1000010 10100 111110

Color Harmonies of #AEB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB28C

Black with #AEB28C

Text Example


Text Example

White with #AEB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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