Html Css Color HEX #AF6949 Sante Fe

📋 copy color: '#AF6949'

red 175 ◦ green 105 ◦ blue 73

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

Shades of Sante Fe #AF6949

Tints of Sante Fe #AF6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

 BLUE value IS 73 (28.91% from 255) = 20.68%

R = 49.58%
G = 29.75%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF6949 (or 0xAF6949) is known color: Sante Fe. HEX triplet: AF, 69 and 49. RGB value is (175,105,73). Sum of RGB (Red+Green+Blue) = 175+105+73=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6949 is #5096B6. Grayscale: #7A7A7A. Windows color (decimal): -5281463 or 4811183. OLE color: 4811183.

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

Color convert

RGB 175 105 73 -
CMYK 0 0.40 0.58 0.31
HSL 18.82º 0.41% 0.49% -
HSV(B) 18.82º 0.58% 0.69% -
XYZ 23.93 19.7 8.84 -
YUV 122.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 175 105 73 0 0.40 0.58 0.31 18.82 0.41 0.49
Hex AF 69 49 0 28 3A 1F 13 29 31
Octal 257 151 111 0 50 72 37 23 51 61
Binary 10101111 1101001 1001001 0 101000 111010 11111 10011 101001 110001

Color Harmonies of #AF6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6949

Black with #AF6949

Text Example


Text Example

White with #AF6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6949; }

 p { color: rgb(175,105,73); }

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

background-color css

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

 a { background-color: rgb(175,105,73); }

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

border-color css

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

 span { border-color: rgb(175,105,73); }

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