Html Css Color HEX #A76251 Sante Fe

📋 copy color: '#A76251'

red 167 ◦ green 98 ◦ blue 81

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

Shades of Sante Fe #A76251

Tints of Sante Fe #A76251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 48.27%
G = 28.32%
B = 23.41%

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

#A76251 (or 0xA76251) is known color: Sante Fe. HEX triplet: A7, 62 and 51. RGB value is (167,98,81). Sum of RGB (Red+Green+Blue) = 167+98+81=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A76251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76251 is #589DAE. Grayscale: #747474. Windows color (decimal): -5807535 or 5333671. OLE color: 5333671.

HSL color Cylindrical-coordinate representation of color #A76251: hue angle of 11.86º degrees, saturation: 0.35, 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 #A76251 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 98 81 -
CMYK 0 0.41 0.51 0.35
HSL 11.86º 0.35% 0.49% -
HSV(B) 11.86º 0.51% 0.65% -
XYZ 21.79 17.54 10.02 -
YUV 116.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 167 98 81 0 0.41 0.51 0.35 11.86 0.35 0.49
Hex A7 62 51 0 29 33 23 C 23 31
Octal 247 142 121 0 51 63 43 14 43 61
Binary 10100111 1100010 1010001 0 101001 110011 100011 1100 100011 110001

Color Harmonies of #A76251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76251

Black with #A76251

Text Example


Text Example

White with #A76251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76251; }

 p { color: rgb(167,98,81); }

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

background-color css

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

 a { background-color: rgb(167,98,81); }

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

border-color css

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

 span { border-color: rgb(167,98,81); }

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