Html Css Color HEX #AF7755 Sante Fe

📋 copy color: '#AF7755'

red 175 ◦ green 119 ◦ blue 85

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

Shades of Sante Fe #AF7755

Tints of Sante Fe #AF7755

RGB

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

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

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

R = 46.17%
G = 31.4%
B = 22.43%

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

#AF7755 (or 0xAF7755) is known color: Sante Fe. HEX triplet: AF, 77 and 55. RGB value is (175,119,85). Sum of RGB (Red+Green+Blue) = 175+119+85=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7755 is #5088AA. Grayscale: #848484. Windows color (decimal): -5277867 or 5601199. OLE color: 5601199.

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

Color convert

RGB 175 119 85 -
CMYK 0 0.32 0.51 0.31
HSL 22.67º 0.36% 0.51% -
HSV(B) 22.67º 0.51% 0.69% -
XYZ 25.92 22.96 11.66 -
YUV 131.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 175 119 85 0 0.32 0.51 0.31 22.67 0.36 0.51
Hex AF 77 55 0 20 33 1F 17 24 33
Octal 257 167 125 0 40 63 37 27 44 63
Binary 10101111 1110111 1010101 0 100000 110011 11111 10111 100100 110011

Color Harmonies of #AF7755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7755

Black with #AF7755

Text Example


Text Example

White with #AF7755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7755; }

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

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

background-color css

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

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

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

border-color css

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

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

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