Html Css Color HEX #AF6753 Sante Fe

📋 copy color: '#AF6753'

red 175 ◦ green 103 ◦ blue 83

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

Shades of Sante Fe #AF6753

Tints of Sante Fe #AF6753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

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

R = 48.48%
G = 28.53%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF6753 (or 0xAF6753) is known color: Sante Fe. HEX triplet: AF, 67 and 53. RGB value is (175,103,83). Sum of RGB (Red+Green+Blue) = 175+103+83=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6753 is #5098AC. Grayscale: #7A7A7A. Windows color (decimal): -5281965 or 5466031. OLE color: 5466031.

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

Color convert

RGB 175 103 83 -
CMYK 0 0.41 0.53 0.31
HSL 13.04º 0.37% 0.51% -
HSV(B) 13.04º 0.53% 0.69% -
XYZ 24.09 19.44 10.67 -
YUV 122.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 175 103 83 0 0.41 0.53 0.31 13.04 0.37 0.51
Hex AF 67 53 0 29 35 1F D 25 33
Octal 257 147 123 0 51 65 37 15 45 63
Binary 10101111 1100111 1010011 0 101001 110101 11111 1101 100101 110011

Color Harmonies of #AF6753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6753

Black with #AF6753

Text Example


Text Example

White with #AF6753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6753; }

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

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

background-color css

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

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

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

border-color css

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

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

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