Html Css Color HEX #AF6653 Sante Fe

📋 copy color: '#AF6653'

red 175 ◦ green 102 ◦ blue 83

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

Shades of Sante Fe #AF6653

Tints of Sante Fe #AF6653

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

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

R = 48.61%
G = 28.33%
B = 23.06%

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

#AF6653 (or 0xAF6653) is known color: Sante Fe. HEX triplet: AF, 66 and 53. RGB value is (175,102,83). Sum of RGB (Red+Green+Blue) = 175+102+83=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6653 is #5099AC. Grayscale: #797979. Windows color (decimal): -5282221 or 5465775. OLE color: 5465775.

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

Color convert

RGB 175 102 83 -
CMYK 0 0.42 0.53 0.31
HSL 12.39º 0.37% 0.51% -
HSV(B) 12.39º 0.53% 0.69% -
XYZ 23.99 19.24 10.63 -
YUV 121.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 175 102 83 0 0.42 0.53 0.31 12.39 0.37 0.51
Hex AF 66 53 0 2A 35 1F C 25 33
Octal 257 146 123 0 52 65 37 14 45 63
Binary 10101111 1100110 1010011 0 101010 110101 11111 1100 100101 110011

Color Harmonies of #AF6653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6653

Black with #AF6653

Text Example


Text Example

White with #AF6653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6653; }

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

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

background-color css

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

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

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

border-color css

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

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

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