Html Css Color HEX #AF7756 Sante Fe

📋 copy color: '#AF7756'

red 175 ◦ green 119 ◦ blue 86

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

Shades of Sante Fe #AF7756

Tints of Sante Fe #AF7756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.32%

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

R = 46.05%
G = 31.32%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF7756 (or 0xAF7756) is known color: Sante Fe. HEX triplet: AF, 77 and 56. RGB value is (175,119,86). Sum of RGB (Red+Green+Blue) = 175+119+86=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7756 is #5088A9. Grayscale: #848484. Windows color (decimal): -5277866 or 5666735. OLE color: 5666735.

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

Color convert

RGB 175 119 86 -
CMYK 0 0.32 0.51 0.31
HSL 22.25º 0.36% 0.51% -
HSV(B) 22.25º 0.51% 0.69% -
XYZ 25.96 22.98 11.87 -
YUV 131.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 175 119 86 0 0.32 0.51 0.31 22.25 0.36 0.51
Hex AF 77 56 0 20 33 1F 16 24 33
Octal 257 167 126 0 40 63 37 26 44 63
Binary 10101111 1110111 1010110 0 100000 110011 11111 10110 100100 110011

Color Harmonies of #AF7756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7756

Black with #AF7756

Text Example


Text Example

White with #AF7756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7756; }

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

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

background-color css

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

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

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

border-color css

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

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

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