Html Css Color HEX #A76655 Sante Fe

📋 copy color: '#A76655'

red 167 ◦ green 102 ◦ blue 85

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

Shades of Sante Fe #A76655

Tints of Sante Fe #A76655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 47.18%
G = 28.81%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A76655 (or 0xA76655) is known color: Sante Fe. HEX triplet: A7, 66 and 55. RGB value is (167,102,85). Sum of RGB (Red+Green+Blue) = 167+102+85=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A76655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76655 is #5899AA. Grayscale: #777777. Windows color (decimal): -5806507 or 5596839. OLE color: 5596839.

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

Color convert

RGB 167 102 85 -
CMYK 0 0.39 0.49 0.35
HSL 12.44º 0.33% 0.49% -
HSV(B) 12.44º 0.49% 0.65% -
XYZ 22.33 18.37 10.96 -
YUV 119.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 167 102 85 0 0.39 0.49 0.35 12.44 0.33 0.49
Hex A7 66 55 0 27 31 23 C 21 31
Octal 247 146 125 0 47 61 43 14 41 61
Binary 10100111 1100110 1010101 0 100111 110001 100011 1100 100001 110001

Color Harmonies of #A76655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76655

Black with #A76655

Text Example


Text Example

White with #A76655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76655; }

 p { color: rgb(167,102,85); }

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

background-color css

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

 a { background-color: rgb(167,102,85); }

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

border-color css

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

 span { border-color: rgb(167,102,85); }

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