Html Css Color HEX #AF6456 Sante Fe

📋 copy color: '#AF6456'

red 175 ◦ green 100 ◦ blue 86

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

Shades of Sante Fe #AF6456

Tints of Sante Fe #AF6456

RGB

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

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

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

R = 48.48%
G = 27.7%
B = 23.82%

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

#AF6456 (or 0xAF6456) is known color: Sante Fe. HEX triplet: AF, 64 and 56. RGB value is (175,100,86). Sum of RGB (Red+Green+Blue) = 175+100+86=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6456 is #509BA9. Grayscale: #787878. Windows color (decimal): -5282730 or 5661871. OLE color: 5661871.

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

Color convert

RGB 175 100 86 -
CMYK 0 0.43 0.51 0.31
HSL 9.44º 0.36% 0.51% -
HSV(B) 9.44º 0.51% 0.69% -
XYZ 23.92 18.9 11.19 -
YUV 120.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 175 100 86 0 0.43 0.51 0.31 9.44 0.36 0.51
Hex AF 64 56 0 2B 33 1F 9 24 33
Octal 257 144 126 0 53 63 37 11 44 63
Binary 10101111 1100100 1010110 0 101011 110011 11111 1001 100100 110011

Color Harmonies of #AF6456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6456

Black with #AF6456

Text Example


Text Example

White with #AF6456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6456; }

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

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

background-color css

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

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

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

border-color css

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

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

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