Html Css Color HEX #AF684E Sante Fe

📋 copy color: '#AF684E'

red 175 ◦ green 104 ◦ blue 78

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

Shades of Sante Fe #AF684E

Tints of Sante Fe #AF684E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

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

R = 49.02%
G = 29.13%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF684E (or 0xAF684E) is known color: Sante Fe. HEX triplet: AF, 68 and 4E. RGB value is (175,104,78). Sum of RGB (Red+Green+Blue) = 175+104+78=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF684E is #5097B1. Grayscale: #7A7A7A. Windows color (decimal): -5281714 or 5138607. OLE color: 5138607.

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

Color convert

RGB 175 104 78 -
CMYK 0 0.41 0.55 0.31
HSL 16.08º 0.38% 0.5% -
HSV(B) 16.08º 0.55% 0.69% -
XYZ 24 19.56 9.72 -
YUV 122.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 175 104 78 0 0.41 0.55 0.31 16.08 0.38 0.5
Hex AF 68 4E 0 29 37 1F 10 26 32
Octal 257 150 116 0 51 67 37 20 46 62
Binary 10101111 1101000 1001110 0 101001 110111 11111 10000 100110 110010

Color Harmonies of #AF684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF684E

Black with #AF684E

Text Example


Text Example

White with #AF684E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF684E; }

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

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

background-color css

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

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

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

border-color css

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

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

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