Html Css Color HEX #AEB086 Bud

📋 copy color: '#AEB086'

red 174 ◦ green 176 ◦ blue 134

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

Shades of Bud #AEB086

Tints of Bud #AEB086

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.36%

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 35.95%
G = 36.36%
B = 27.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AEB086 (or 0xAEB086) is known color: Bud. HEX triplet: AE, B0 and 86. RGB value is (174,176,134). Sum of RGB (Red+Green+Blue) = 174+176+134=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB086 is #514F79. Grayscale: #AAAAAA. Windows color (decimal): -5328762 or 8827054. OLE color: 8827054.

HSL color Cylindrical-coordinate representation of color #AEB086: hue angle of 62.86º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEB086 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 176 134 -
CMYK 0.01 0 0.24 0.31
HSL 62.86º 0.21% 0.61% -
HSV(B) 62.86º 0.24% 0.69% -
XYZ 37.28 41.77 28.65 -
YUV 170.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 174 176 134 0.01 0 0.24 0.31 62.86 0.21 0.61
Hex AE B0 86 1 0 18 1F 3F 15 3D
Octal 256 260 206 1 0 30 37 77 25 75
Binary 10101110 10110000 10000110 1 0 11000 11111 111111 10101 111101

Color Harmonies of #AEB086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB086

Black with #AEB086

Text Example


Text Example

White with #AEB086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB086; }

 p { color: rgb(174,176,134); }

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

background-color css

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

 a { background-color: rgb(174,176,134); }

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

border-color css

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

 span { border-color: rgb(174,176,134); }

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