Html Css Color HEX #A76953 Sante Fe

📋 copy color: '#A76953'

red 167 ◦ green 105 ◦ blue 83

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

Shades of Sante Fe #A76953

Tints of Sante Fe #A76953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 47.04%
G = 29.58%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A76953 (or 0xA76953) is known color: Sante Fe. HEX triplet: A7, 69 and 53. RGB value is (167,105,83). Sum of RGB (Red+Green+Blue) = 167+105+83=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A76953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76953 is #5896AC. Grayscale: #797979. Windows color (decimal): -5805741 or 5466535. OLE color: 5466535.

HSL color Cylindrical-coordinate representation of color #A76953: hue angle of 15.71º 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 #A76953 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 105 83 -
CMYK 0 0.37 0.50 0.35
HSL 15.71º 0.34% 0.49% -
HSV(B) 15.71º 0.5% 0.65% -
XYZ 22.55 18.94 10.65 -
YUV 121.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 167 105 83 0 0.37 0.50 0.35 15.71 0.34 0.49
Hex A7 69 53 0 25 32 23 10 22 31
Octal 247 151 123 0 45 62 43 20 42 61
Binary 10100111 1101001 1010011 0 100101 110010 100011 10000 100010 110001

Color Harmonies of #A76953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76953

Black with #A76953

Text Example


Text Example

White with #A76953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76953; }

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

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

background-color css

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

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

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

border-color css

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

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

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