Html Css Color HEX #AEB28A Bud

📋 copy color: '#AEB28A'

red 174 ◦ green 178 ◦ blue 138

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

Shades of Bud #AEB28A

Tints of Bud #AEB28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 35.51%
G = 36.33%
B = 28.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#AEB28A (or 0xAEB28A) is known color: Bud. HEX triplet: AE, B2 and 8A. RGB value is (174,178,138). Sum of RGB (Red+Green+Blue) = 174+178+138=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB28A is #514D75. Grayscale: #ACACAC. Windows color (decimal): -5328246 or 9089710. OLE color: 9089710.

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

Color convert

RGB 174 178 138 -
CMYK 0.02 0 0.22 0.30
HSL 66º 0.21% 0.62% -
HSV(B) 66º 0.22% 0.7% -
XYZ 37.96 42.67 30.28 -
YUV 172.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 174 178 138 0.02 0 0.22 0.30 66 0.21 0.62
Hex AE B2 8A 2 0 16 1E 42 15 3E
Octal 256 262 212 2 0 26 36 102 25 76
Binary 10101110 10110010 10001010 10 0 10110 11110 1000010 10101 111110

Color Harmonies of #AEB28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB28A

Black with #AEB28A

Text Example


Text Example

White with #AEB28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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