Html Css Color HEX #AE9277 Sandrift

📋 copy color: '#AE9277'

red 174 ◦ green 146 ◦ blue 119

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

Shades of Sandrift #AE9277

Tints of Sandrift #AE9277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.26%

 BLUE value IS 119 (46.88% from 255) = 27.11%

R = 39.64%
G = 33.26%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE9277 (or 0xAE9277) is known color: Sandrift. HEX triplet: AE, 92 and 77. RGB value is (174,146,119). Sum of RGB (Red+Green+Blue) = 174+146+119=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9277 is #516D88. Grayscale: #979797. Windows color (decimal): -5336457 or 7836334. OLE color: 7836334.

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

Color convert

RGB 174 146 119 -
CMYK 0 0.16 0.32 0.32
HSL 29.45º 0.25% 0.57% -
HSV(B) 29.45º 0.32% 0.68% -
XYZ 31.06 30.89 21.78 -
YUV 151.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 174 146 119 0 0.16 0.32 0.32 29.45 0.25 0.57
Hex AE 92 77 0 10 20 20 1D 19 39
Octal 256 222 167 0 20 40 40 35 31 71
Binary 10101110 10010010 1110111 0 10000 100000 100000 11101 11001 111001

Color Harmonies of #AE9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9277

Black with #AE9277

Text Example


Text Example

White with #AE9277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9277; }

 p { color: rgb(174,146,119); }

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

background-color css

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

 a { background-color: rgb(174,146,119); }

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

border-color css

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

 span { border-color: rgb(174,146,119); }

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