Html Css Color HEX #AE9582 Sandrift

📋 copy color: '#AE9582'

red 174 ◦ green 149 ◦ blue 130

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

Shades of Sandrift #AE9582

Tints of Sandrift #AE9582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.89%

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

R = 38.41%
G = 32.89%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE9582 (or 0xAE9582) is known color: Sandrift. HEX triplet: AE, 95 and 82. RGB value is (174,149,130). Sum of RGB (Red+Green+Blue) = 174+149+130=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9582 is #516A7D. Grayscale: #9A9A9A. Windows color (decimal): -5335678 or 8557998. OLE color: 8557998.

HSL color Cylindrical-coordinate representation of color #AE9582: hue angle of 25.91º 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 #AE9582 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 149 130 -
CMYK 0 0.14 0.25 0.32
HSL 25.91º 0.21% 0.6% -
HSV(B) 25.91º 0.25% 0.68% -
XYZ 32.23 32.11 25.62 -
YUV 154.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 174 149 130 0 0.14 0.25 0.32 25.91 0.21 0.6
Hex AE 95 82 0 E 19 20 1A 15 3C
Octal 256 225 202 0 16 31 40 32 25 74
Binary 10101110 10010101 10000010 0 1110 11001 100000 11010 10101 111100

Color Harmonies of #AE9582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9582

Black with #AE9582

Text Example


Text Example

White with #AE9582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9582; }

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

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

background-color css

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

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

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

border-color css

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

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

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