Html Css Color HEX #AE8B76 Sandrift

📋 copy color: '#AE8B76'

red 174 ◦ green 139 ◦ blue 118

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

Shades of Sandrift #AE8B76

Tints of Sandrift #AE8B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 40.37%
G = 32.25%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE8B76 (or 0xAE8B76) is known color: Sandrift. HEX triplet: AE, 8B and 76. RGB value is (174,139,118). Sum of RGB (Red+Green+Blue) = 174+139+118=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8B76 is #517489. Grayscale: #939393. Windows color (decimal): -5338250 or 7769006. OLE color: 7769006.

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

Color convert

RGB 174 139 118 -
CMYK 0 0.20 0.32 0.32
HSL 22.5º 0.26% 0.57% -
HSV(B) 22.5º 0.32% 0.68% -
XYZ 29.96 28.77 21.11 -
YUV 147.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 174 139 118 0 0.20 0.32 0.32 22.5 0.26 0.57
Hex AE 8B 76 0 14 20 20 16 1A 39
Octal 256 213 166 0 24 40 40 26 32 71
Binary 10101110 10001011 1110110 0 10100 100000 100000 10110 11010 111001

Color Harmonies of #AE8B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8B76

Black with #AE8B76

Text Example


Text Example

White with #AE8B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8B76; }

 p { color: rgb(174,139,118); }

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

background-color css

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

 a { background-color: rgb(174,139,118); }

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

border-color css

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

 span { border-color: rgb(174,139,118); }

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