Html Css Color HEX #AE754E Sante Fe

📋 copy color: '#AE754E'

red 174 ◦ green 117 ◦ blue 78

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

Shades of Sante Fe #AE754E

Tints of Sante Fe #AE754E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.14%

R = 47.15%
G = 31.71%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE754E (or 0xAE754E) is known color: Sante Fe. HEX triplet: AE, 75 and 4E. RGB value is (174,117,78). Sum of RGB (Red+Green+Blue) = 174+117+78=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE754E is #518AB1. Grayscale: #818181. Windows color (decimal): -5343922 or 5141934. OLE color: 5141934.

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

Color convert

RGB 174 117 78 -
CMYK 0 0.33 0.55 0.32
HSL 24.38º 0.38% 0.49% -
HSV(B) 24.38º 0.55% 0.68% -
XYZ 25.19 22.27 10.18 -
YUV 129.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 174 117 78 0 0.33 0.55 0.32 24.38 0.38 0.49
Hex AE 75 4E 0 21 37 20 18 26 31
Octal 256 165 116 0 41 67 40 30 46 61
Binary 10101110 1110101 1001110 0 100001 110111 100000 11000 100110 110001

Color Harmonies of #AE754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE754E

Black with #AE754E

Text Example


Text Example

White with #AE754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE754E; }

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

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

background-color css

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

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

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

border-color css

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

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

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