Html Css Color HEX #AE9682 Sandrift

📋 copy color: '#AE9682'

red 174 ◦ green 150 ◦ blue 130

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

Shades of Sandrift #AE9682

Tints of Sandrift #AE9682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.04%

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

R = 38.33%
G = 33.04%
B = 28.63%

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

#AE9682 (or 0xAE9682) is known color: Sandrift. HEX triplet: AE, 96 and 82. RGB value is (174,150,130). Sum of RGB (Red+Green+Blue) = 174+150+130=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9682 is #51697D. Grayscale: #9B9B9B. Windows color (decimal): -5335422 or 8558254. OLE color: 8558254.

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

Color convert

RGB 174 150 130 -
CMYK 0 0.14 0.25 0.32
HSL 27.27º 0.21% 0.6% -
HSV(B) 27.27º 0.25% 0.68% -
XYZ 32.39 32.42 25.67 -
YUV 154.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 174 150 130 0 0.14 0.25 0.32 27.27 0.21 0.6
Hex AE 96 82 0 E 19 20 1B 15 3C
Octal 256 226 202 0 16 31 40 33 25 74
Binary 10101110 10010110 10000010 0 1110 11001 100000 11011 10101 111100

Color Harmonies of #AE9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9682

Black with #AE9682

Text Example


Text Example

White with #AE9682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9682; }

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

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

background-color css

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

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

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

border-color css

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

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

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