Html Css Color HEX #A76B54 Sante Fe

📋 copy color: '#A76B54'

red 167 ◦ green 107 ◦ blue 84

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

Shades of Sante Fe #A76B54

Tints of Sante Fe #A76B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

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

R = 46.65%
G = 29.89%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A76B54 (or 0xA76B54) is known color: Sante Fe. HEX triplet: A7, 6B and 54. RGB value is (167,107,84). Sum of RGB (Red+Green+Blue) = 167+107+84=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B54 is #5894AB. Grayscale: #7A7A7A. Windows color (decimal): -5805228 or 5532583. OLE color: 5532583.

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

Color convert

RGB 167 107 84 -
CMYK 0 0.36 0.50 0.35
HSL 16.63º 0.33% 0.49% -
HSV(B) 16.63º 0.5% 0.65% -
XYZ 22.79 19.37 10.93 -
YUV 122.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 167 107 84 0 0.36 0.50 0.35 16.63 0.33 0.49
Hex A7 6B 54 0 24 32 23 11 21 31
Octal 247 153 124 0 44 62 43 21 41 61
Binary 10100111 1101011 1010100 0 100100 110010 100011 10001 100001 110001

Color Harmonies of #A76B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B54

Black with #A76B54

Text Example


Text Example

White with #A76B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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