Html Css Color HEX #AE8E7D Sandrift

📋 copy color: '#AE8E7D'

red 174 ◦ green 142 ◦ blue 125

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

Shades of Sandrift #AE8E7D

Tints of Sandrift #AE8E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.2%

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 39.46%
G = 32.2%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE8E7D (or 0xAE8E7D) is known color: Sandrift. HEX triplet: AE, 8E and 7D. RGB value is (174,142,125). Sum of RGB (Red+Green+Blue) = 174+142+125=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8E7D is #517182. Grayscale: #959595. Windows color (decimal): -5337475 or 8228526. OLE color: 8228526.

HSL color Cylindrical-coordinate representation of color #AE8E7D: hue angle of 20.82º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE8E7D is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 142 125 -
CMYK 0 0.18 0.28 0.32
HSL 20.82º 0.23% 0.59% -
HSV(B) 20.82º 0.28% 0.68% -
XYZ 30.83 29.83 23.53 -
YUV 149.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 174 142 125 0 0.18 0.28 0.32 20.82 0.23 0.59
Hex AE 8E 7D 0 12 1C 20 15 17 3B
Octal 256 216 175 0 22 34 40 25 27 73
Binary 10101110 10001110 1111101 0 10010 11100 100000 10101 10111 111011

Color Harmonies of #AE8E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8E7D

Black with #AE8E7D

Text Example


Text Example

White with #AE8E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8E7D; }

 p { color: rgb(174,142,125); }

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

background-color css

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

 a { background-color: rgb(174,142,125); }

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

border-color css

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

 span { border-color: rgb(174,142,125); }

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