Html Css Color HEX #AF6353 Sante Fe

📋 copy color: '#AF6353'

red 175 ◦ green 99 ◦ blue 83

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

Shades of Sante Fe #AF6353

Tints of Sante Fe #AF6353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

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

R = 49.02%
G = 27.73%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF6353 (or 0xAF6353) is known color: Sante Fe. HEX triplet: AF, 63 and 53. RGB value is (175,99,83). Sum of RGB (Red+Green+Blue) = 175+99+83=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6353 is #509CAC. Grayscale: #787878. Windows color (decimal): -5282989 or 5465007. OLE color: 5465007.

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

Color convert

RGB 175 99 83 -
CMYK 0 0.43 0.53 0.31
HSL 10.43º 0.37% 0.51% -
HSV(B) 10.43º 0.53% 0.69% -
XYZ 23.7 18.66 10.54 -
YUV 119.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 175 99 83 0 0.43 0.53 0.31 10.43 0.37 0.51
Hex AF 63 53 0 2B 35 1F A 25 33
Octal 257 143 123 0 53 65 37 12 45 63
Binary 10101111 1100011 1010011 0 101011 110101 11111 1010 100101 110011

Color Harmonies of #AF6353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6353

Black with #AF6353

Text Example


Text Example

White with #AF6353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6353; }

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

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

background-color css

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

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

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

border-color css

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

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

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