Html Css Color HEX #A7734E Sante Fe

📋 copy color: '#A7734E'

red 167 ◦ green 115 ◦ blue 78

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

Shades of Sante Fe #A7734E

Tints of Sante Fe #A7734E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

 BLUE value IS 78 (30.86% from 255) = 21.67%

R = 46.39%
G = 31.94%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A7734E (or 0xA7734E) is known color: Sante Fe. HEX triplet: A7, 73 and 4E. RGB value is (167,115,78). Sum of RGB (Red+Green+Blue) = 167+115+78=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A7734E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7734E is #588CB1. Grayscale: #7E7E7E. Windows color (decimal): -5803186 or 5141415. OLE color: 5141415.

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

Color convert

RGB 167 115 78 -
CMYK 0 0.31 0.53 0.35
HSL 24.94º 0.36% 0.48% -
HSV(B) 24.94º 0.53% 0.65% -
XYZ 23.44 21.03 10.03 -
YUV 126.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 167 115 78 0 0.31 0.53 0.35 24.94 0.36 0.48
Hex A7 73 4E 0 1F 35 23 19 24 30
Octal 247 163 116 0 37 65 43 31 44 60
Binary 10100111 1110011 1001110 0 11111 110101 100011 11001 100100 110000

Color Harmonies of #A7734E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7734E

Black with #A7734E

Text Example


Text Example

White with #A7734E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7734E; }

 p { color: rgb(167,115,78); }

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

background-color css

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

 a { background-color: rgb(167,115,78); }

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

border-color css

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

 span { border-color: rgb(167,115,78); }

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