Html Css Color HEX #A9764D Sante Fe

📋 copy color: '#A9764D'

red 169 ◦ green 118 ◦ blue 77

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

Shades of Sante Fe #A9764D

Tints of Sante Fe #A9764D

RGB

 RED value IS 169 (66.41% from 255) = 46.43%

 GREEN value IS 118 (46.48% from 255) = 32.42%

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 46.43%
G = 32.42%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A9764D (or 0xA9764D) is known color: Sante Fe. HEX triplet: A9, 76 and 4D. RGB value is (169,118,77). Sum of RGB (Red+Green+Blue) = 169+118+77=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9764D is #5689B2. Grayscale: #808080. Windows color (decimal): -5671347 or 5076649. OLE color: 5076649.

HSL color Cylindrical-coordinate representation of color #A9764D: hue angle of 26.74º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9764D is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 118 77 -
CMYK 0 0.30 0.54 0.34
HSL 26.74º 0.37% 0.48% -
HSV(B) 26.74º 0.54% 0.66% -
XYZ 24.18 21.93 9.98 -
YUV 128.58 98.9 156.83 -
System Red Green Blue C M Y K H S L
Decimal 169 118 77 0 0.30 0.54 0.34 26.74 0.37 0.48
Hex A9 76 4D 0 1E 36 22 1B 25 30
Octal 251 166 115 0 36 66 42 33 45 60
Binary 10101001 1110110 1001101 0 11110 110110 100010 11011 100101 110000

Color Harmonies of #A9764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9764D

Black with #A9764D

Text Example


Text Example

White with #A9764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9764D; }

 p { color: rgb(169,118,77); }

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

background-color css

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

 a { background-color: rgb(169,118,77); }

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

border-color css

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

 span { border-color: rgb(169,118,77); }

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