Html Css Color HEX #AF6453 Sante Fe

📋 copy color: '#AF6453'

red 175 ◦ green 100 ◦ blue 83

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

Shades of Sante Fe #AF6453

Tints of Sante Fe #AF6453

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 48.88%
G = 27.93%
B = 23.18%

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

#AF6453 (or 0xAF6453) is known color: Sante Fe. HEX triplet: AF, 64 and 53. RGB value is (175,100,83). Sum of RGB (Red+Green+Blue) = 175+100+83=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6453 is #509BAC. Grayscale: #787878. Windows color (decimal): -5282733 or 5465263. OLE color: 5465263.

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

Color convert

RGB 175 100 83 -
CMYK 0 0.43 0.53 0.31
HSL 11.09º 0.37% 0.51% -
HSV(B) 11.09º 0.53% 0.69% -
XYZ 23.8 18.85 10.57 -
YUV 120.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 175 100 83 0 0.43 0.53 0.31 11.09 0.37 0.51
Hex AF 64 53 0 2B 35 1F B 25 33
Octal 257 144 123 0 53 65 37 13 45 63
Binary 10101111 1100100 1010011 0 101011 110101 11111 1011 100101 110011

Color Harmonies of #AF6453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6453

Black with #AF6453

Text Example


Text Example

White with #AF6453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6453; }

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

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

background-color css

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

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

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

border-color css

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

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

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