Html Css Color HEX #A7704F Sante Fe

📋 copy color: '#A7704F'

red 167 ◦ green 112 ◦ blue 79

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

Shades of Sante Fe #A7704F

Tints of Sante Fe #A7704F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 46.65%
G = 31.28%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A7704F (or 0xA7704F) is known color: Sante Fe. HEX triplet: A7, 70 and 4F. RGB value is (167,112,79). Sum of RGB (Red+Green+Blue) = 167+112+79=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A7704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7704F is #588FB0. Grayscale: #7C7C7C. Windows color (decimal): -5803953 or 5206183. OLE color: 5206183.

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

Color convert

RGB 167 112 79 -
CMYK 0 0.33 0.53 0.35
HSL 22.5º 0.36% 0.48% -
HSV(B) 22.5º 0.53% 0.65% -
XYZ 23.14 20.37 10.11 -
YUV 124.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 167 112 79 0 0.33 0.53 0.35 22.5 0.36 0.48
Hex A7 70 4F 0 21 35 23 16 24 30
Octal 247 160 117 0 41 65 43 26 44 60
Binary 10100111 1110000 1001111 0 100001 110101 100011 10110 100100 110000

Color Harmonies of #A7704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7704F

Black with #A7704F

Text Example


Text Example

White with #A7704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7704F; }

 p { color: rgb(167,112,79); }

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

background-color css

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

 a { background-color: rgb(167,112,79); }

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

border-color css

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

 span { border-color: rgb(167,112,79); }

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