Html Css Color HEX #A76B4B Sante Fe

📋 copy color: '#A76B4B'

red 167 ◦ green 107 ◦ blue 75

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

Shades of Sante Fe #A76B4B

Tints of Sante Fe #A76B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 47.85%
G = 30.66%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A76B4B (or 0xA76B4B) is known color: Sante Fe. HEX triplet: A7, 6B and 4B. RGB value is (167,107,75). Sum of RGB (Red+Green+Blue) = 167+107+75=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76B4B is #5894B4. Grayscale: #797979. Windows color (decimal): -5805237 or 4942759. OLE color: 4942759.

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

Color convert

RGB 167 107 75 -
CMYK 0 0.36 0.55 0.35
HSL 20.87º 0.38% 0.47% -
HSV(B) 20.87º 0.55% 0.65% -
XYZ 22.46 19.24 9.19 -
YUV 121.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 167 107 75 0 0.36 0.55 0.35 20.87 0.38 0.47
Hex A7 6B 4B 0 24 37 23 15 26 2F
Octal 247 153 113 0 44 67 43 25 46 57
Binary 10100111 1101011 1001011 0 100100 110111 100011 10101 100110 101111

Color Harmonies of #A76B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B4B

Black with #A76B4B

Text Example


Text Example

White with #A76B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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