Html Css Color HEX #AE7553 Sante Fe

📋 copy color: '#AE7553'

red 174 ◦ green 117 ◦ blue 83

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

Shades of Sante Fe #AE7553

Tints of Sante Fe #AE7553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.28%

 BLUE value IS 83 (32.81% from 255) = 22.19%

R = 46.52%
G = 31.28%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE7553 (or 0xAE7553) is known color: Sante Fe. HEX triplet: AE, 75 and 53. RGB value is (174,117,83). Sum of RGB (Red+Green+Blue) = 174+117+83=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7553 is #518AAC. Grayscale: #828282. Windows color (decimal): -5343917 or 5469614. OLE color: 5469614.

HSL color Cylindrical-coordinate representation of color #AE7553: hue angle of 22.42º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE7553 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 117 83 -
CMYK 0 0.33 0.52 0.32
HSL 22.42º 0.36% 0.5% -
HSV(B) 22.42º 0.52% 0.68% -
XYZ 25.38 22.35 11.16 -
YUV 130.17 101.38 159.26 -
System Red Green Blue C M Y K H S L
Decimal 174 117 83 0 0.33 0.52 0.32 22.42 0.36 0.5
Hex AE 75 53 0 21 34 20 16 24 32
Octal 256 165 123 0 41 64 40 26 44 62
Binary 10101110 1110101 1010011 0 100001 110100 100000 10110 100100 110010

Color Harmonies of #AE7553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7553

Black with #AE7553

Text Example


Text Example

White with #AE7553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7553; }

 p { color: rgb(174,117,83); }

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

background-color css

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

 a { background-color: rgb(174,117,83); }

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

border-color css

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

 span { border-color: rgb(174,117,83); }

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