Html Css Color HEX #AE8D79 Sandrift

📋 copy color: '#AE8D79'

red 174 ◦ green 141 ◦ blue 121

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

Shades of Sandrift #AE8D79

Tints of Sandrift #AE8D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.34%

 BLUE value IS 121 (47.66% from 255) = 27.75%

R = 39.91%
G = 32.34%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE8D79 (or 0xAE8D79) is known color: Sandrift. HEX triplet: AE, 8D and 79. RGB value is (174,141,121). Sum of RGB (Red+Green+Blue) = 174+141+121=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D79 is #517286. Grayscale: #949494. Windows color (decimal): -5337735 or 7966126. OLE color: 7966126.

HSL color Cylindrical-coordinate representation of color #AE8D79: hue angle of 22.64º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE8D79 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 141 121 -
CMYK 0 0.19 0.30 0.32
HSL 22.64º 0.25% 0.58% -
HSV(B) 22.64º 0.3% 0.68% -
XYZ 30.43 29.43 22.17 -
YUV 148.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 174 141 121 0 0.19 0.30 0.32 22.64 0.25 0.58
Hex AE 8D 79 0 13 1E 20 17 19 3A
Octal 256 215 171 0 23 36 40 27 31 72
Binary 10101110 10001101 1111001 0 10011 11110 100000 10111 11001 111010

Color Harmonies of #AE8D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D79

Black with #AE8D79

Text Example


Text Example

White with #AE8D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D79; }

 p { color: rgb(174,141,121); }

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

background-color css

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

 a { background-color: rgb(174,141,121); }

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

border-color css

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

 span { border-color: rgb(174,141,121); }

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