Html Css Color HEX #AE9882 Sandrift

📋 copy color: '#AE9882'

red 174 ◦ green 152 ◦ blue 130

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

Shades of Sandrift #AE9882

Tints of Sandrift #AE9882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.33%

 BLUE value IS 130 (51.17% from 255) = 28.51%

R = 38.16%
G = 33.33%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE9882 (or 0xAE9882) is known color: Sandrift. HEX triplet: AE, 98 and 82. RGB value is (174,152,130). Sum of RGB (Red+Green+Blue) = 174+152+130=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9882 is #51677D. Grayscale: #9C9C9C. Windows color (decimal): -5334910 or 8558766. OLE color: 8558766.

HSL color Cylindrical-coordinate representation of color #AE9882: hue angle of 30º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE9882 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 152 130 -
CMYK 0 0.13 0.25 0.32
HSL 30º 0.21% 0.6% -
HSV(B) 30º 0.25% 0.68% -
XYZ 32.71 33.07 25.78 -
YUV 156.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 174 152 130 0 0.13 0.25 0.32 30 0.21 0.6
Hex AE 98 82 0 D 19 20 1E 15 3C
Octal 256 230 202 0 15 31 40 36 25 74
Binary 10101110 10011000 10000010 0 1101 11001 100000 11110 10101 111100

Color Harmonies of #AE9882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9882

Black with #AE9882

Text Example


Text Example

White with #AE9882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9882; }

 p { color: rgb(174,152,130); }

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

background-color css

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

 a { background-color: rgb(174,152,130); }

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

border-color css

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

 span { border-color: rgb(174,152,130); }

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