Html Css Color HEX #AEB289 Bud

📋 copy color: '#AEB289'

red 174 ◦ green 178 ◦ blue 137

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

Shades of Bud #AEB289

Tints of Bud #AEB289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.02%

R = 35.58%
G = 36.4%
B = 28.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#AEB289 (or 0xAEB289) is known color: Bud. HEX triplet: AE, B2 and 89. RGB value is (174,178,137). Sum of RGB (Red+Green+Blue) = 174+178+137=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB289 is #514D76. Grayscale: #ACACAC. Windows color (decimal): -5328247 or 9024174. OLE color: 9024174.

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

Color convert

RGB 174 178 137 -
CMYK 0.02 0 0.23 0.30
HSL 65.85º 0.21% 0.62% -
HSV(B) 65.85º 0.23% 0.7% -
XYZ 37.89 42.65 29.9 -
YUV 172.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 174 178 137 0.02 0 0.23 0.30 65.85 0.21 0.62
Hex AE B2 89 2 0 17 1E 42 15 3E
Octal 256 262 211 2 0 27 36 102 25 76
Binary 10101110 10110010 10001001 10 0 10111 11110 1000010 10101 111110

Color Harmonies of #AEB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB289

Black with #AEB289

Text Example


Text Example

White with #AEB289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB289; }

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

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

background-color css

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

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

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

border-color css

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

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

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