Html Css Color HEX #AE774E Sante Fe

📋 copy color: '#AE774E'

red 174 ◦ green 119 ◦ blue 78

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

Shades of Sante Fe #AE774E

Tints of Sante Fe #AE774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

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

R = 46.9%
G = 32.08%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE774E (or 0xAE774E) is known color: Sante Fe. HEX triplet: AE, 77 and 4E. RGB value is (174,119,78). Sum of RGB (Red+Green+Blue) = 174+119+78=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE774E is #5188B1. Grayscale: #828282. Windows color (decimal): -5343410 or 5142446. OLE color: 5142446.

HSL color Cylindrical-coordinate representation of color #AE774E: hue angle of 25.62º 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 #AE774E is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 119 78 -
CMYK 0 0.32 0.55 0.32
HSL 25.63º 0.38% 0.49% -
HSV(B) 25.63º 0.55% 0.68% -
XYZ 25.43 22.74 10.26 -
YUV 130.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 174 119 78 0 0.32 0.55 0.32 25.63 0.38 0.49
Hex AE 77 4E 0 20 37 20 1A 26 31
Octal 256 167 116 0 40 67 40 32 46 61
Binary 10101110 1110111 1001110 0 100000 110111 100000 11010 100110 110001

Color Harmonies of #AE774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE774E

Black with #AE774E

Text Example


Text Example

White with #AE774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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