Html Css Color HEX #AF6956 Sante Fe

📋 copy color: '#AF6956'

red 175 ◦ green 105 ◦ blue 86

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

Shades of Sante Fe #AF6956

Tints of Sante Fe #AF6956

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

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

R = 47.81%
G = 28.69%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF6956 (or 0xAF6956) is known color: Sante Fe. HEX triplet: AF, 69 and 56. RGB value is (175,105,86). Sum of RGB (Red+Green+Blue) = 175+105+86=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6956 is #5096A9. Grayscale: #7B7B7B. Windows color (decimal): -5281450 or 5663151. OLE color: 5663151.

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

Color convert

RGB 175 105 86 -
CMYK 0 0.40 0.51 0.31
HSL 12.81º 0.36% 0.51% -
HSV(B) 12.81º 0.51% 0.69% -
XYZ 24.41 19.89 11.36 -
YUV 123.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 175 105 86 0 0.40 0.51 0.31 12.81 0.36 0.51
Hex AF 69 56 0 28 33 1F D 24 33
Octal 257 151 126 0 50 63 37 15 44 63
Binary 10101111 1101001 1010110 0 101000 110011 11111 1101 100100 110011

Color Harmonies of #AF6956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6956

Black with #AF6956

Text Example


Text Example

White with #AF6956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6956; }

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

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

background-color css

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

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

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

border-color css

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

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

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