Html Css Color HEX #AEB192 Bud

📋 copy color: '#AEB192'

red 174 ◦ green 177 ◦ blue 146

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

Shades of Bud #AEB192

Tints of Bud #AEB192

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.61%

 BLUE value IS 146 (57.42% from 255) = 29.38%

R = 35.01%
G = 35.61%
B = 29.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AEB192 (or 0xAEB192) is known color: Bud. HEX triplet: AE, B1 and 92. RGB value is (174,177,146). Sum of RGB (Red+Green+Blue) = 174+177+146=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB192 is #514E6D. Grayscale: #ACACAC. Windows color (decimal): -5328494 or 9613742. OLE color: 9613742.

HSL color Cylindrical-coordinate representation of color #AEB192: hue angle of 65.81º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEB192 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 177 146 -
CMYK 0.02 0 0.18 0.31
HSL 65.81º 0.17% 0.63% -
HSV(B) 65.81º 0.18% 0.69% -
XYZ 38.37 42.52 33.38 -
YUV 172.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 174 177 146 0.02 0 0.18 0.31 65.81 0.17 0.63
Hex AE B1 92 2 0 12 1F 42 11 3F
Octal 256 261 222 2 0 22 37 102 21 77
Binary 10101110 10110001 10010010 10 0 10010 11111 1000010 10001 111111

Color Harmonies of #AEB192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB192

Black with #AEB192

Text Example


Text Example

White with #AEB192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB192; }

 p { color: rgb(174,177,146); }

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

background-color css

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

 a { background-color: rgb(174,177,146); }

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

border-color css

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

 span { border-color: rgb(174,177,146); }

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