Html Css Color HEX #A8744D Sante Fe

📋 copy color: '#A8744D'

red 168 ◦ green 116 ◦ blue 77

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

Shades of Sante Fe #A8744D

Tints of Sante Fe #A8744D

RGB

 RED value IS 168 (66.02% from 255) = 46.54%

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 46.54%
G = 32.13%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A8744D (or 0xA8744D) is known color: Sante Fe. HEX triplet: A8, 74 and 4D. RGB value is (168,116,77). Sum of RGB (Red+Green+Blue) = 168+116+77=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8744D is #578BB2. Grayscale: #7F7F7F. Windows color (decimal): -5737395 or 5076136. OLE color: 5076136.

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

Color convert

RGB 168 116 77 -
CMYK 0 0.31 0.54 0.34
HSL 25.71º 0.37% 0.48% -
HSV(B) 25.71º 0.54% 0.66% -
XYZ 23.73 21.35 9.89 -
YUV 127.1 99.73 157.17 -
System Red Green Blue C M Y K H S L
Decimal 168 116 77 0 0.31 0.54 0.34 25.71 0.37 0.48
Hex A8 74 4D 0 1F 36 22 1A 25 30
Octal 250 164 115 0 37 66 42 32 45 60
Binary 10101000 1110100 1001101 0 11111 110110 100010 11010 100101 110000

Color Harmonies of #A8744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8744D

Black with #A8744D

Text Example


Text Example

White with #A8744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8744D; }

 p { color: rgb(168,116,77); }

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

background-color css

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

 a { background-color: rgb(168,116,77); }

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

border-color css

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

 span { border-color: rgb(168,116,77); }

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