Html Css Color HEX #AF6553 Sante Fe

📋 copy color: '#AF6553'

red 175 ◦ green 101 ◦ blue 83

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

Shades of Sante Fe #AF6553

Tints of Sante Fe #AF6553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

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

R = 48.75%
G = 28.13%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF6553 (or 0xAF6553) is known color: Sante Fe. HEX triplet: AF, 65 and 53. RGB value is (175,101,83). Sum of RGB (Red+Green+Blue) = 175+101+83=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6553 is #509AAC. Grayscale: #797979. Windows color (decimal): -5282477 or 5465519. OLE color: 5465519.

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

Color convert

RGB 175 101 83 -
CMYK 0 0.42 0.53 0.31
HSL 11.74º 0.37% 0.51% -
HSV(B) 11.74º 0.53% 0.69% -
XYZ 23.89 19.05 10.6 -
YUV 121.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 175 101 83 0 0.42 0.53 0.31 11.74 0.37 0.51
Hex AF 65 53 0 2A 35 1F C 25 33
Octal 257 145 123 0 52 65 37 14 45 63
Binary 10101111 1100101 1010011 0 101010 110101 11111 1100 100101 110011

Color Harmonies of #AF6553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6553

Black with #AF6553

Text Example


Text Example

White with #AF6553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6553; }

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

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

background-color css

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

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

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

border-color css

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

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

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