Html Css Color HEX #A76753 Sante Fe

📋 copy color: '#A76753'

red 167 ◦ green 103 ◦ blue 83

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

Shades of Sante Fe #A76753

Tints of Sante Fe #A76753

RGB

 RED value IS 167 (65.63% from 255) = 47.31%

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

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

R = 47.31%
G = 29.18%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A76753 (or 0xA76753) is known color: Sante Fe. HEX triplet: A7, 67 and 53. RGB value is (167,103,83). Sum of RGB (Red+Green+Blue) = 167+103+83=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A76753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76753 is #5898AC. Grayscale: #787878. Windows color (decimal): -5806253 or 5466023. OLE color: 5466023.

HSL color Cylindrical-coordinate representation of color #A76753: hue angle of 14.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76753 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 103 83 -
CMYK 0 0.38 0.50 0.35
HSL 14.29º 0.34% 0.49% -
HSV(B) 14.29º 0.5% 0.65% -
XYZ 22.35 18.54 10.58 -
YUV 119.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 167 103 83 0 0.38 0.50 0.35 14.29 0.34 0.49
Hex A7 67 53 0 26 32 23 E 22 31
Octal 247 147 123 0 46 62 43 16 42 61
Binary 10100111 1100111 1010011 0 100110 110010 100011 1110 100010 110001

Color Harmonies of #A76753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76753

Black with #A76753

Text Example


Text Example

White with #A76753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76753; }

 p { color: rgb(167,103,83); }

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

background-color css

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

 a { background-color: rgb(167,103,83); }

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

border-color css

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

 span { border-color: rgb(167,103,83); }

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