Html Css Color HEX #AF744C Sante Fe

📋 copy color: '#AF744C'

red 175 ◦ green 116 ◦ blue 76

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

Shades of Sante Fe #AF744C

Tints of Sante Fe #AF744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 47.68%
G = 31.61%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF744C (or 0xAF744C) is known color: Sante Fe. HEX triplet: AF, 74 and 4C. RGB value is (175,116,76). Sum of RGB (Red+Green+Blue) = 175+116+76=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF744C is #508BB3. Grayscale: #818181. Windows color (decimal): -5278644 or 5010607. OLE color: 5010607.

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

Color convert

RGB 175 116 76 -
CMYK 0 0.34 0.57 0.31
HSL 24.24º 0.39% 0.49% -
HSV(B) 24.24º 0.57% 0.69% -
XYZ 25.23 22.13 9.78 -
YUV 129.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 175 116 76 0 0.34 0.57 0.31 24.24 0.39 0.49
Hex AF 74 4C 0 22 39 1F 18 27 31
Octal 257 164 114 0 42 71 37 30 47 61
Binary 10101111 1110100 1001100 0 100010 111001 11111 11000 100111 110001

Color Harmonies of #AF744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF744C

Black with #AF744C

Text Example


Text Example

White with #AF744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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