Html Css Color HEX #AF6356 Sante Fe

📋 copy color: '#AF6356'

red 175 ◦ green 99 ◦ blue 86

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

Shades of Sante Fe #AF6356

Tints of Sante Fe #AF6356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.89%

R = 48.61%
G = 27.5%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF6356 (or 0xAF6356) is known color: Sante Fe. HEX triplet: AF, 63 and 56. RGB value is (175,99,86). Sum of RGB (Red+Green+Blue) = 175+99+86=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6356 is #509CA9. Grayscale: #787878. Windows color (decimal): -5282986 or 5661615. OLE color: 5661615.

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

Color convert

RGB 175 99 86 -
CMYK 0 0.43 0.51 0.31
HSL 8.76º 0.36% 0.51% -
HSV(B) 8.76º 0.51% 0.69% -
XYZ 23.82 18.71 11.16 -
YUV 120.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 175 99 86 0 0.43 0.51 0.31 8.76 0.36 0.51
Hex AF 63 56 0 2B 33 1F 9 24 33
Octal 257 143 126 0 53 63 37 11 44 63
Binary 10101111 1100011 1010110 0 101011 110011 11111 1001 100100 110011

Color Harmonies of #AF6356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6356

Black with #AF6356

Text Example


Text Example

White with #AF6356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6356; }

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

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

background-color css

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

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

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

border-color css

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

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

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