Html Css Color HEX #A76648 Sante Fe

📋 copy color: '#A76648'

red 167 ◦ green 102 ◦ blue 72

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

Shades of Sante Fe #A76648

Tints of Sante Fe #A76648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 48.97%
G = 29.91%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A76648 (or 0xA76648) is known color: Sante Fe. HEX triplet: A7, 66 and 48. RGB value is (167,102,72). Sum of RGB (Red+Green+Blue) = 167+102+72=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A76648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76648 is #5899B7. Grayscale: #767676. Windows color (decimal): -5806520 or 4744871. OLE color: 4744871.

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

Color convert

RGB 167 102 72 -
CMYK 0 0.39 0.57 0.35
HSL 18.95º 0.4% 0.47% -
HSV(B) 18.95º 0.57% 0.65% -
XYZ 21.86 18.19 8.49 -
YUV 118.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 167 102 72 0 0.39 0.57 0.35 18.95 0.4 0.47
Hex A7 66 48 0 27 39 23 13 28 2F
Octal 247 146 110 0 47 71 43 23 50 57
Binary 10100111 1100110 1001000 0 100111 111001 100011 10011 101000 101111

Color Harmonies of #A76648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76648

Black with #A76648

Text Example


Text Example

White with #A76648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76648; }

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

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

background-color css

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

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

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

border-color css

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

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

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