Html Css Color HEX #AEBDA3 Pumice

📋 copy color: '#AEBDA3'

red 174 ◦ green 189 ◦ blue 163

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

Shades of Pumice #AEBDA3

Tints of Pumice #AEBDA3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.93%

 BLUE value IS 163 (64.06% from 255) = 30.99%

R = 33.08%
G = 35.93%
B = 30.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#AEBDA3 (or 0xAEBDA3) is known color: Pumice. HEX triplet: AE, BD and A3. RGB value is (174,189,163). Sum of RGB (Red+Green+Blue) = 174+189+163=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDA3 is #51425C. Grayscale: #B5B5B5. Windows color (decimal): -5325405 or 10730926. OLE color: 10730926.

HSL color Cylindrical-coordinate representation of color #AEBDA3: hue angle of 94.62º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEBDA3 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 163 -
CMYK 0.08 0 0.14 0.26
HSL 94.62º 0.16% 0.69% -
HSV(B) 94.62º 0.14% 0.74% -
XYZ 42.26 48.04 41.7 -
YUV 181.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 174 189 163 0.08 0 0.14 0.26 94.62 0.16 0.69
Hex AE BD A3 8 0 E 1A 5F 10 45
Octal 256 275 243 10 0 16 32 137 20 105
Binary 10101110 10111101 10100011 1000 0 1110 11010 1011111 10000 1000101

Color Harmonies of #AEBDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDA3

Black with #AEBDA3

Text Example


Text Example

White with #AEBDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDA3; }

 p { color: rgb(174,189,163); }

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

background-color css

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

 a { background-color: rgb(174,189,163); }

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

border-color css

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

 span { border-color: rgb(174,189,163); }

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