Html Css Color HEX #AF614E Sante Fe

📋 copy color: '#AF614E'

red 175 ◦ green 97 ◦ blue 78

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

Shades of Sante Fe #AF614E

Tints of Sante Fe #AF614E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 50%
G = 27.71%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF614E (or 0xAF614E) is known color: Sante Fe. HEX triplet: AF, 61 and 4E. RGB value is (175,97,78). Sum of RGB (Red+Green+Blue) = 175+97+78=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF614E is #509EB1. Grayscale: #767676. Windows color (decimal): -5283506 or 5136815. OLE color: 5136815.

HSL color Cylindrical-coordinate representation of color #AF614E: hue angle of 11.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF614E is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 78 -
CMYK 0 0.45 0.55 0.31
HSL 11.75º 0.38% 0.5% -
HSV(B) 11.75º 0.55% 0.69% -
XYZ 23.33 18.21 9.49 -
YUV 118.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 175 97 78 0 0.45 0.55 0.31 11.75 0.38 0.5
Hex AF 61 4E 0 2D 37 1F C 26 32
Octal 257 141 116 0 55 67 37 14 46 62
Binary 10101111 1100001 1001110 0 101101 110111 11111 1100 100110 110010

Color Harmonies of #AF614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF614E

Black with #AF614E

Text Example


Text Example

White with #AF614E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF614E; }

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

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

background-color css

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

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

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

border-color css

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

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

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