Html Css Color HEX #AEB28B Bud

📋 copy color: '#AEB28B'

red 174 ◦ green 178 ◦ blue 139

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

Shades of Bud #AEB28B

Tints of Bud #AEB28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 35.44%
G = 36.25%
B = 28.31%

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

#AEB28B (or 0xAEB28B) is known color: Bud. HEX triplet: AE, B2 and 8B. RGB value is (174,178,139). Sum of RGB (Red+Green+Blue) = 174+178+139=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB28B is #514D74. Grayscale: #ACACAC. Windows color (decimal): -5328245 or 9155246. OLE color: 9155246.

HSL color Cylindrical-coordinate representation of color #AEB28B: hue angle of 66.15º degrees, saturation: 0.2, 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 #AEB28B is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 178 139 -
CMYK 0.02 0 0.22 0.30
HSL 66.15º 0.2% 0.62% -
HSV(B) 66.15º 0.22% 0.7% -
XYZ 38.04 42.7 30.66 -
YUV 172.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 174 178 139 0.02 0 0.22 0.30 66.15 0.2 0.62
Hex AE B2 8B 2 0 16 1E 42 14 3E
Octal 256 262 213 2 0 26 36 102 24 76
Binary 10101110 10110010 10001011 10 0 10110 11110 1000010 10100 111110

Color Harmonies of #AEB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB28B

Black with #AEB28B

Text Example


Text Example

White with #AEB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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