Html Css Color HEX #AF7355 Sante Fe

📋 copy color: '#AF7355'

red 175 ◦ green 115 ◦ blue 85

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

Shades of Sante Fe #AF7355

Tints of Sante Fe #AF7355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 85 (33.59% from 255) = 22.67%

R = 46.67%
G = 30.67%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF7355 (or 0xAF7355) is known color: Sante Fe. HEX triplet: AF, 73 and 55. RGB value is (175,115,85). Sum of RGB (Red+Green+Blue) = 175+115+85=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7355 is #508CAA. Grayscale: #818181. Windows color (decimal): -5278891 or 5600175. OLE color: 5600175.

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

Color convert

RGB 175 115 85 -
CMYK 0 0.34 0.51 0.31
HSL 20º 0.36% 0.51% -
HSV(B) 20º 0.51% 0.69% -
XYZ 25.45 22.03 11.51 -
YUV 129.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 175 115 85 0 0.34 0.51 0.31 20 0.36 0.51
Hex AF 73 55 0 22 33 1F 14 24 33
Octal 257 163 125 0 42 63 37 24 44 63
Binary 10101111 1110011 1010101 0 100010 110011 11111 10100 100100 110011

Color Harmonies of #AF7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7355

Black with #AF7355

Text Example


Text Example

White with #AF7355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7355; }

 p { color: rgb(175,115,85); }

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

background-color css

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

 a { background-color: rgb(175,115,85); }

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

border-color css

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

 span { border-color: rgb(175,115,85); }

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