Html Css Color HEX #AF6C53 Sante Fe

📋 copy color: '#AF6C53'

red 175 ◦ green 108 ◦ blue 83

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

Shades of Sante Fe #AF6C53

Tints of Sante Fe #AF6C53

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 47.81%
G = 29.51%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF6C53 (or 0xAF6C53) is known color: Sante Fe. HEX triplet: AF, 6C and 53. RGB value is (175,108,83). Sum of RGB (Red+Green+Blue) = 175+108+83=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C53 is #5093AC. Grayscale: #7D7D7D. Windows color (decimal): -5280685 or 5467311. OLE color: 5467311.

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

Color convert

RGB 175 108 83 -
CMYK 0 0.38 0.53 0.31
HSL 16.3º 0.37% 0.51% -
HSV(B) 16.3º 0.53% 0.69% -
XYZ 24.6 20.46 10.84 -
YUV 125.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 175 108 83 0 0.38 0.53 0.31 16.3 0.37 0.51
Hex AF 6C 53 0 26 35 1F 10 25 33
Octal 257 154 123 0 46 65 37 20 45 63
Binary 10101111 1101100 1010011 0 100110 110101 11111 10000 100101 110011

Color Harmonies of #AF6C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C53

Black with #AF6C53

Text Example


Text Example

White with #AF6C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C53; }

 p { color: rgb(175,108,83); }

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

background-color css

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

 a { background-color: rgb(175,108,83); }

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

border-color css

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

 span { border-color: rgb(175,108,83); }

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