Html Css Color HEX #AF614F Sante Fe

📋 copy color: '#AF614F'

red 175 ◦ green 97 ◦ blue 79

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

Shades of Sante Fe #AF614F

Tints of Sante Fe #AF614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 49.86%
G = 27.64%
B = 22.51%

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

#AF614F (or 0xAF614F) is known color: Sante Fe. HEX triplet: AF, 61 and 4F. RGB value is (175,97,79). Sum of RGB (Red+Green+Blue) = 175+97+79=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF614F is #509EB0. Grayscale: #767676. Windows color (decimal): -5283505 or 5202351. OLE color: 5202351.

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

Color convert

RGB 175 97 79 -
CMYK 0 0.45 0.55 0.31
HSL 11.25º 0.38% 0.5% -
HSV(B) 11.25º 0.55% 0.69% -
XYZ 23.37 18.23 9.68 -
YUV 118.27 105.84 168.46 -
System Red Green Blue C M Y K H S L
Decimal 175 97 79 0 0.45 0.55 0.31 11.25 0.38 0.5
Hex AF 61 4F 0 2D 37 1F B 26 32
Octal 257 141 117 0 55 67 37 13 46 62
Binary 10101111 1100001 1001111 0 101101 110111 11111 1011 100110 110010

Color Harmonies of #AF614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF614F

Black with #AF614F

Text Example


Text Example

White with #AF614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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