Html Css Color HEX #AE6C4D Sante Fe

📋 copy color: '#AE6C4D'

red 174 ◦ green 108 ◦ blue 77

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

Shades of Sante Fe #AE6C4D

Tints of Sante Fe #AE6C4D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.08%

 BLUE value IS 77 (30.47% from 255) = 21.45%

R = 48.47%
G = 30.08%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE6C4D (or 0xAE6C4D) is known color: Sante Fe. HEX triplet: AE, 6C and 4D. RGB value is (174,108,77). Sum of RGB (Red+Green+Blue) = 174+108+77=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6C4D is #5193B2. Grayscale: #7C7C7C. Windows color (decimal): -5346227 or 5074094. OLE color: 5074094.

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

Color convert

RGB 174 108 77 -
CMYK 0 0.38 0.56 0.32
HSL 19.18º 0.39% 0.49% -
HSV(B) 19.18º 0.56% 0.68% -
XYZ 24.16 20.26 9.66 -
YUV 124.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 174 108 77 0 0.38 0.56 0.32 19.18 0.39 0.49
Hex AE 6C 4D 0 26 38 20 13 27 31
Octal 256 154 115 0 46 70 40 23 47 61
Binary 10101110 1101100 1001101 0 100110 111000 100000 10011 100111 110001

Color Harmonies of #AE6C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6C4D

Black with #AE6C4D

Text Example


Text Example

White with #AE6C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6C4D; }

 p { color: rgb(174,108,77); }

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

background-color css

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

 a { background-color: rgb(174,108,77); }

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

border-color css

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

 span { border-color: rgb(174,108,77); }

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