Html Css Color HEX #A76754 Sante Fe

📋 copy color: '#A76754'

red 167 ◦ green 103 ◦ blue 84

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

Shades of Sante Fe #A76754

Tints of Sante Fe #A76754

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.1%

 BLUE value IS 84 (33.2% from 255) = 23.73%

R = 47.18%
G = 29.1%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A76754 (or 0xA76754) is known color: Sante Fe. HEX triplet: A7, 67 and 54. RGB value is (167,103,84). Sum of RGB (Red+Green+Blue) = 167+103+84=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A76754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76754 is #5898AB. Grayscale: #787878. Windows color (decimal): -5806252 or 5531559. OLE color: 5531559.

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

Color convert

RGB 167 103 84 -
CMYK 0 0.38 0.50 0.35
HSL 13.73º 0.33% 0.49% -
HSV(B) 13.73º 0.5% 0.65% -
XYZ 22.39 18.56 10.79 -
YUV 119.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 167 103 84 0 0.38 0.50 0.35 13.73 0.33 0.49
Hex A7 67 54 0 26 32 23 E 21 31
Octal 247 147 124 0 46 62 43 16 41 61
Binary 10100111 1100111 1010100 0 100110 110010 100011 1110 100001 110001

Color Harmonies of #A76754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76754

Black with #A76754

Text Example


Text Example

White with #A76754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76754; }

 p { color: rgb(167,103,84); }

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

background-color css

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

 a { background-color: rgb(167,103,84); }

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

border-color css

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

 span { border-color: rgb(167,103,84); }

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