Html Css Color HEX #AE977F Sandrift

📋 copy color: '#AE977F'

red 174 ◦ green 151 ◦ blue 127

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

Shades of Sandrift #AE977F

Tints of Sandrift #AE977F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.41%

 BLUE value IS 127 (50% from 255) = 28.1%

R = 38.5%
G = 33.41%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE977F (or 0xAE977F) is known color: Sandrift. HEX triplet: AE, 97 and 7F. RGB value is (174,151,127). Sum of RGB (Red+Green+Blue) = 174+151+127=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE977F is #516880. Grayscale: #9B9B9B. Windows color (decimal): -5335169 or 8361902. OLE color: 8361902.

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

Color convert

RGB 174 151 127 -
CMYK 0 0.13 0.27 0.32
HSL 30.64º 0.22% 0.59% -
HSV(B) 30.64º 0.27% 0.68% -
XYZ 32.35 32.66 24.68 -
YUV 155.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 174 151 127 0 0.13 0.27 0.32 30.64 0.22 0.59
Hex AE 97 7F 0 D 1B 20 1F 16 3B
Octal 256 227 177 0 15 33 40 37 26 73
Binary 10101110 10010111 1111111 0 1101 11011 100000 11111 10110 111011

Color Harmonies of #AE977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE977F

Black with #AE977F

Text Example


Text Example

White with #AE977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE977F; }

 p { color: rgb(174,151,127); }

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

background-color css

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

 a { background-color: rgb(174,151,127); }

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

border-color css

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

 span { border-color: rgb(174,151,127); }

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