Html Css Color HEX #AF744E Sante Fe

📋 copy color: '#AF744E'

red 175 ◦ green 116 ◦ blue 78

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

Shades of Sante Fe #AF744E

Tints of Sante Fe #AF744E

RGB

 RED value IS 175 (68.75% from 255) = 47.43%

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

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

R = 47.43%
G = 31.44%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF744E (or 0xAF744E) is known color: Sante Fe. HEX triplet: AF, 74 and 4E. RGB value is (175,116,78). Sum of RGB (Red+Green+Blue) = 175+116+78=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF744E is #508BB1. Grayscale: #818181. Windows color (decimal): -5278642 or 5141679. OLE color: 5141679.

HSL color Cylindrical-coordinate representation of color #AF744E: hue angle of 23.51º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF744E is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 78 -
CMYK 0 0.34 0.55 0.31
HSL 23.51º 0.38% 0.5% -
HSV(B) 23.51º 0.55% 0.69% -
XYZ 25.3 22.15 10.15 -
YUV 129.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 175 116 78 0 0.34 0.55 0.31 23.51 0.38 0.5
Hex AF 74 4E 0 22 37 1F 18 26 32
Octal 257 164 116 0 42 67 37 30 46 62
Binary 10101111 1110100 1001110 0 100010 110111 11111 11000 100110 110010

Color Harmonies of #AF744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF744E

Black with #AF744E

Text Example


Text Example

White with #AF744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF744E; }

 p { color: rgb(175,116,78); }

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

background-color css

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

 a { background-color: rgb(175,116,78); }

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

border-color css

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

 span { border-color: rgb(175,116,78); }

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