Html Css Color HEX #AF6155 Sante Fe

📋 copy color: '#AF6155'

red 175 ◦ green 97 ◦ blue 85

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

Shades of Sante Fe #AF6155

Tints of Sante Fe #AF6155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

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

R = 49.02%
G = 27.17%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF6155 (or 0xAF6155) is known color: Sante Fe. HEX triplet: AF, 61 and 55. RGB value is (175,97,85). Sum of RGB (Red+Green+Blue) = 175+97+85=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6155 is #509EAA. Grayscale: #777777. Windows color (decimal): -5283499 or 5595567. OLE color: 5595567.

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

Color convert

RGB 175 97 85 -
CMYK 0 0.45 0.51 0.31
HSL 0.36% 0.51% -
HSV(B) 0.51% 0.69% -
XYZ 23.59 18.32 10.89 -
YUV 118.95 108.84 167.98 -
System Red Green Blue C M Y K H S L
Decimal 175 97 85 0 0.45 0.51 0.31 8 0.36 0.51
Hex AF 61 55 0 2D 33 1F 8 24 33
Octal 257 141 125 0 55 63 37 10 44 63
Binary 10101111 1100001 1010101 0 101101 110011 11111 1000 100100 110011

Color Harmonies of #AF6155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6155

Black with #AF6155

Text Example


Text Example

White with #AF6155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6155; }

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

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

background-color css

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

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

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

border-color css

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

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

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