Html Css Color HEX #AEB096 Bud

📋 copy color: '#AEB096'

red 174 ◦ green 176 ◦ blue 150

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

Shades of Bud #AEB096

Tints of Bud #AEB096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30%

R = 34.8%
G = 35.2%
B = 30%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AEB096 (or 0xAEB096) is known color: Bud. HEX triplet: AE, B0 and 96. RGB value is (174,176,150). Sum of RGB (Red+Green+Blue) = 174+176+150=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB096 is #514F69. Grayscale: #ACACAC. Windows color (decimal): -5328746 or 9875630. OLE color: 9875630.

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

Color convert

RGB 174 176 150 -
CMYK 0.01 0 0.15 0.31
HSL 64.62º 0.14% 0.64% -
HSV(B) 64.62º 0.15% 0.69% -
XYZ 38.49 42.25 34.98 -
YUV 172.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 174 176 150 0.01 0 0.15 0.31 64.62 0.14 0.64
Hex AE B0 96 1 0 F 1F 41 E 40
Octal 256 260 226 1 0 17 37 101 16 100
Binary 10101110 10110000 10010110 1 0 1111 11111 1000001 1110 1000000

Color Harmonies of #AEB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB096

Black with #AEB096

Text Example


Text Example

White with #AEB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB096; }

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

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

background-color css

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

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

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

border-color css

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

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

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