Html Css Color HEX #AE674A Sante Fe

📋 copy color: '#AE674A'

red 174 ◦ green 103 ◦ blue 74

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

Shades of Sante Fe #AE674A

Tints of Sante Fe #AE674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.34%

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

R = 49.57%
G = 29.34%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE674A (or 0xAE674A) is known color: Sante Fe. HEX triplet: AE, 67 and 4A. RGB value is (174,103,74). Sum of RGB (Red+Green+Blue) = 174+103+74=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE674A is #5198B5. Grayscale: #797979. Windows color (decimal): -5347510 or 4876206. OLE color: 4876206.

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

Color convert

RGB 174 103 74 -
CMYK 0 0.41 0.57 0.32
HSL 17.4º 0.4% 0.49% -
HSV(B) 17.4º 0.57% 0.68% -
XYZ 23.54 19.19 8.94 -
YUV 120.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 174 103 74 0 0.41 0.57 0.32 17.4 0.4 0.49
Hex AE 67 4A 0 29 39 20 11 28 31
Octal 256 147 112 0 51 71 40 21 50 61
Binary 10101110 1100111 1001010 0 101001 111001 100000 10001 101000 110001

Color Harmonies of #AE674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE674A

Black with #AE674A

Text Example


Text Example

White with #AE674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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