Html Css Color HEX #A77555 Sante Fe

📋 copy color: '#A77555'

red 167 ◦ green 117 ◦ blue 85

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

Shades of Sante Fe #A77555

Tints of Sante Fe #A77555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

 BLUE value IS 85 (33.59% from 255) = 23.04%

R = 45.26%
G = 31.71%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A77555 (or 0xA77555) is known color: Sante Fe. HEX triplet: A7, 75 and 55. RGB value is (167,117,85). Sum of RGB (Red+Green+Blue) = 167+117+85=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A77555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77555 is #588AAA. Grayscale: #808080. Windows color (decimal): -5802667 or 5600679. OLE color: 5600679.

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

Color convert

RGB 167 117 85 -
CMYK 0 0.30 0.49 0.35
HSL 23.41º 0.33% 0.49% -
HSV(B) 23.41º 0.49% 0.65% -
XYZ 23.94 21.59 11.5 -
YUV 128.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 167 117 85 0 0.30 0.49 0.35 23.41 0.33 0.49
Hex A7 75 55 0 1E 31 23 17 21 31
Octal 247 165 125 0 36 61 43 27 41 61
Binary 10100111 1110101 1010101 0 11110 110001 100011 10111 100001 110001

Color Harmonies of #A77555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77555

Black with #A77555

Text Example


Text Example

White with #A77555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77555; }

 p { color: rgb(167,117,85); }

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

background-color css

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

 a { background-color: rgb(167,117,85); }

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

border-color css

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

 span { border-color: rgb(167,117,85); }

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