Html Css Color HEX #AE7754 Sante Fe

📋 copy color: '#AE7754'

red 174 ◦ green 119 ◦ blue 84

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

Shades of Sante Fe #AE7754

Tints of Sante Fe #AE7754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.28%

R = 46.15%
G = 31.56%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE7754 (or 0xAE7754) is known color: Sante Fe. HEX triplet: AE, 77 and 54. RGB value is (174,119,84). Sum of RGB (Red+Green+Blue) = 174+119+84=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7754 is #5188AB. Grayscale: #838383. Windows color (decimal): -5343404 or 5535662. OLE color: 5535662.

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

Color convert

RGB 174 119 84 -
CMYK 0 0.32 0.52 0.32
HSL 23.33º 0.36% 0.51% -
HSV(B) 23.33º 0.52% 0.68% -
XYZ 25.65 22.83 11.44 -
YUV 131.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 174 119 84 0 0.32 0.52 0.32 23.33 0.36 0.51
Hex AE 77 54 0 20 34 20 17 24 33
Octal 256 167 124 0 40 64 40 27 44 63
Binary 10101110 1110111 1010100 0 100000 110100 100000 10111 100100 110011

Color Harmonies of #AE7754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7754

Black with #AE7754

Text Example


Text Example

White with #AE7754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7754; }

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

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

background-color css

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

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

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

border-color css

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

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

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