Html Css Color HEX #AF6354 Sante Fe

📋 copy color: '#AF6354'

red 175 ◦ green 99 ◦ blue 84

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

Shades of Sante Fe #AF6354

Tints of Sante Fe #AF6354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.46%

R = 48.88%
G = 27.65%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF6354 (or 0xAF6354) is known color: Sante Fe. HEX triplet: AF, 63 and 54. RGB value is (175,99,84). Sum of RGB (Red+Green+Blue) = 175+99+84=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6354 is #509CAB. Grayscale: #787878. Windows color (decimal): -5282988 or 5530543. OLE color: 5530543.

HSL color Cylindrical-coordinate representation of color #AF6354: hue angle of 9.89º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6354 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 99 84 -
CMYK 0 0.43 0.52 0.31
HSL 9.89º 0.36% 0.51% -
HSV(B) 9.89º 0.52% 0.69% -
XYZ 23.74 18.68 10.74 -
YUV 120.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 175 99 84 0 0.43 0.52 0.31 9.89 0.36 0.51
Hex AF 63 54 0 2B 34 1F A 24 33
Octal 257 143 124 0 53 64 37 12 44 63
Binary 10101111 1100011 1010100 0 101011 110100 11111 1010 100100 110011

Color Harmonies of #AF6354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6354

Black with #AF6354

Text Example


Text Example

White with #AF6354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6354; }

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

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

background-color css

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

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

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

border-color css

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

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

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