Html Css Color HEX #AF6A53 Sante Fe

📋 copy color: '#AF6A53'

red 175 ◦ green 106 ◦ blue 83

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

Shades of Sante Fe #AF6A53

Tints of Sante Fe #AF6A53

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

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

R = 48.08%
G = 29.12%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF6A53 (or 0xAF6A53) is known color: Sante Fe. HEX triplet: AF, 6A and 53. RGB value is (175,106,83). Sum of RGB (Red+Green+Blue) = 175+106+83=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A53 is #5095AC. Grayscale: #7C7C7C. Windows color (decimal): -5281197 or 5466799. OLE color: 5466799.

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

Color convert

RGB 175 106 83 -
CMYK 0 0.39 0.53 0.31
HSL 15º 0.37% 0.51% -
HSV(B) 15º 0.53% 0.69% -
XYZ 24.39 20.05 10.77 -
YUV 124.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 175 106 83 0 0.39 0.53 0.31 15 0.37 0.51
Hex AF 6A 53 0 27 35 1F F 25 33
Octal 257 152 123 0 47 65 37 17 45 63
Binary 10101111 1101010 1010011 0 100111 110101 11111 1111 100101 110011

Color Harmonies of #AF6A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A53

Black with #AF6A53

Text Example


Text Example

White with #AF6A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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