Html Css Color HEX #AE8C7C Sandrift

📋 copy color: '#AE8C7C'

red 174 ◦ green 140 ◦ blue 124

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

Shades of Sandrift #AE8C7C

Tints of Sandrift #AE8C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 124 (48.83% from 255) = 28.31%

R = 39.73%
G = 31.96%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE8C7C (or 0xAE8C7C) is known color: Sandrift. HEX triplet: AE, 8C and 7C. RGB value is (174,140,124). Sum of RGB (Red+Green+Blue) = 174+140+124=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C7C is #517383. Grayscale: #949494. Windows color (decimal): -5337988 or 8162478. OLE color: 8162478.

HSL color Cylindrical-coordinate representation of color #AE8C7C: hue angle of 19.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE8C7C is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 140 124 -
CMYK 0 0.20 0.29 0.32
HSL 19.2º 0.24% 0.58% -
HSV(B) 19.2º 0.29% 0.68% -
XYZ 30.47 29.21 23.1 -
YUV 148.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 174 140 124 0 0.20 0.29 0.32 19.2 0.24 0.58
Hex AE 8C 7C 0 14 1D 20 13 18 3A
Octal 256 214 174 0 24 35 40 23 30 72
Binary 10101110 10001100 1111100 0 10100 11101 100000 10011 11000 111010

Color Harmonies of #AE8C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C7C

Black with #AE8C7C

Text Example


Text Example

White with #AE8C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C7C; }

 p { color: rgb(174,140,124); }

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

background-color css

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

 a { background-color: rgb(174,140,124); }

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

border-color css

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

 span { border-color: rgb(174,140,124); }

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