Html Css Color HEX #AE6A4A Sante Fe

📋 copy color: '#AE6A4A'

red 174 ◦ green 106 ◦ blue 74

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

Shades of Sante Fe #AE6A4A

Tints of Sante Fe #AE6A4A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 49.15%
G = 29.94%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE6A4A (or 0xAE6A4A) is known color: Sante Fe. HEX triplet: AE, 6A and 4A. RGB value is (174,106,74). Sum of RGB (Red+Green+Blue) = 174+106+74=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A4A is #5195B5. Grayscale: #7A7A7A. Windows color (decimal): -5346742 or 4876974. OLE color: 4876974.

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

Color convert

RGB 174 106 74 -
CMYK 0 0.39 0.57 0.32
HSL 19.2º 0.4% 0.49% -
HSV(B) 19.2º 0.57% 0.68% -
XYZ 23.85 19.8 9.04 -
YUV 122.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 174 106 74 0 0.39 0.57 0.32 19.2 0.4 0.49
Hex AE 6A 4A 0 27 39 20 13 28 31
Octal 256 152 112 0 47 71 40 23 50 61
Binary 10101110 1101010 1001010 0 100111 111001 100000 10011 101000 110001

Color Harmonies of #AE6A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6A4A

Black with #AE6A4A

Text Example


Text Example

White with #AE6A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6A4A; }

 p { color: rgb(174,106,74); }

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

background-color css

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

 a { background-color: rgb(174,106,74); }

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

border-color css

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

 span { border-color: rgb(174,106,74); }

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