Html Css Color HEX #AE9478 Sandrift

📋 copy color: '#AE9478'

red 174 ◦ green 148 ◦ blue 120

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

Shades of Sandrift #AE9478

Tints of Sandrift #AE9478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.48%

 BLUE value IS 120 (47.27% from 255) = 27.15%

R = 39.37%
G = 33.48%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE9478 (or 0xAE9478) is known color: Sandrift. HEX triplet: AE, 94 and 78. RGB value is (174,148,120). Sum of RGB (Red+Green+Blue) = 174+148+120=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9478 is #516B87. Grayscale: #989898. Windows color (decimal): -5335944 or 7902382. OLE color: 7902382.

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

Color convert

RGB 174 148 120 -
CMYK 0 0.15 0.31 0.32
HSL 31.11º 0.25% 0.58% -
HSV(B) 31.11º 0.31% 0.68% -
XYZ 31.44 31.53 22.2 -
YUV 152.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 174 148 120 0 0.15 0.31 0.32 31.11 0.25 0.58
Hex AE 94 78 0 F 1F 20 1F 19 3A
Octal 256 224 170 0 17 37 40 37 31 72
Binary 10101110 10010100 1111000 0 1111 11111 100000 11111 11001 111010

Color Harmonies of #AE9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9478

Black with #AE9478

Text Example


Text Example

White with #AE9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9478; }

 p { color: rgb(174,148,120); }

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

background-color css

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

 a { background-color: rgb(174,148,120); }

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

border-color css

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

 span { border-color: rgb(174,148,120); }

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