Html Css Color HEX #A76352 Sante Fe

📋 copy color: '#A76352'

red 167 ◦ green 99 ◦ blue 82

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

Shades of Sante Fe #A76352

Tints of Sante Fe #A76352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.45%

 BLUE value IS 82 (32.42% from 255) = 23.56%

R = 47.99%
G = 28.45%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A76352 (or 0xA76352) is known color: Sante Fe. HEX triplet: A7, 63 and 52. RGB value is (167,99,82). Sum of RGB (Red+Green+Blue) = 167+99+82=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A76352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76352 is #589CAD. Grayscale: #757575. Windows color (decimal): -5807278 or 5399463. OLE color: 5399463.

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

Color convert

RGB 167 99 82 -
CMYK 0 0.41 0.51 0.35
HSL 12º 0.34% 0.49% -
HSV(B) 12º 0.51% 0.65% -
XYZ 21.92 17.75 10.25 -
YUV 117.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 167 99 82 0 0.41 0.51 0.35 12 0.34 0.49
Hex A7 63 52 0 29 33 23 C 22 31
Octal 247 143 122 0 51 63 43 14 42 61
Binary 10100111 1100011 1010010 0 101001 110011 100011 1100 100010 110001

Color Harmonies of #A76352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76352

Black with #A76352

Text Example


Text Example

White with #A76352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76352; }

 p { color: rgb(167,99,82); }

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

background-color css

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

 a { background-color: rgb(167,99,82); }

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

border-color css

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

 span { border-color: rgb(167,99,82); }

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